mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 14:07:27 +08:00
Repo change
This commit is contained in:
2
.github/workflows/do-spaces-workflow.yml
vendored
2
.github/workflows/do-spaces-workflow.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user