Repo change

This commit is contained in:
MattIPv4
2020-06-01 20:54:34 +01:00
parent 6be9a1dd8a
commit 74fef984be
3 changed files with 4 additions and 8 deletions

View File

@@ -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

View File

@@ -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