From 74fef984becbe14502c99914d020f3387dfdade2 Mon Sep 17 00:00:00 2001
From: MattIPv4 <me@mattcowley.co.uk>
Date: Mon, 1 Jun 2020 20:54:34 +0100
Subject: [PATCH] Repo change

---
 .github/workflows/do-spaces-workflow.yml | 2 --
 .github/workflows/gh-pages-workflow.yml  | 2 --
 package.json                             | 8 ++++----
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/do-spaces-workflow.yml b/.github/workflows/do-spaces-workflow.yml
index 2ef8515..1b9321e 100644
--- a/.github/workflows/do-spaces-workflow.yml
+++ b/.github/workflows/do-spaces-workflow.yml
@@ -23,8 +23,6 @@ jobs:
         npm ci
         npm test
         npm run build
-      env:
-        DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
 
     - name: Deploy commit to DigitalOcean Spaces
       run: aws s3 sync ./dist s3://${{ secrets.SPACES_BUCKET }}/commits/nginxconfig/${{ github.sha }} --endpoint=https://${{ secrets.SPACES_REGION }}.digitaloceanspaces.com --acl public-read --content-encoding utf8
diff --git a/.github/workflows/gh-pages-workflow.yml b/.github/workflows/gh-pages-workflow.yml
index 789daac..dc148fc 100644
--- a/.github/workflows/gh-pages-workflow.yml
+++ b/.github/workflows/gh-pages-workflow.yml
@@ -26,8 +26,6 @@ jobs:
         npm ci
         npm test
         npm run build
-      env:
-        DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
 
     - name: Deploy master to GitHub Pages
       uses: JamesIves/github-pages-deploy-action@2.0.0
diff --git a/package.json b/package.json
index 8c06e6c..4b503e5 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "nginxconfig-vue",
+  "name": "nginxconfig.io",
   "version": "1.0.0",
   "description": "",
   "license": "Apache-2.0",
@@ -22,16 +22,16 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/do-community/nginxconfig-vue.git"
+    "url": "git+https://github.com/digitalocean/nginxconfig.io.git"
   },
   "keywords": [
     "nginx"
   ],
   "author": "DigitalOcean",
   "bugs": {
-    "url": "https://github.com/do-community/nginxconfig-vue/issues"
+    "url": "https://github.com/digitalocean/nginxconfig.io/issues"
   },
-  "homepage": "https://github.com/do-community/nginxconfig-vue#readme",
+  "homepage": "https://github.com/digitalocean/nginxconfig.io#readme",
   "dependencies": {
     "clone": "^2.1.2",
     "copy-to-clipboard": "^3.3.1",