Skip to content

Commit 3cf9fbb

Browse files
committed
Do not upload builds to Digital Ocean spaces
1 parent c64825c commit 3cf9fbb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -365,19 +365,6 @@ jobs:
365365
name: nupkgs
366366
path: nuget-publish
367367

368-
- name: Upload versioned builds to storage
369-
uses: jakejarvis/s3-sync-action@v0.5.1
370-
with:
371-
args: --acl public-read --follow-symlinks
372-
env:
373-
AWS_S3_BUCKET: 'gleb-krasilich'
374-
AWS_ACCESS_KEY_ID: ${{ secrets.DOS_STORAGE_KEY }}
375-
AWS_SECRET_ACCESS_KEY: ${{ secrets.DOS_STORAGE_SECRETE }}
376-
AWS_REGION: 'us-west-1'
377-
AWS_S3_ENDPOINT: 'https://fra1.digitaloceanspaces.com'
378-
SOURCE_DIR: 'versioned-publish'
379-
DEST_DIR: 'GmodNETStorage/storage'
380-
381368
- name: Upload API nuget package to Azure DevOps
382369
run: |
383370
dotnet nuget update source gmodnet-packages --username CI --password ${{ secrets.AZURE_DEVOPS_ARTIFACTS_PAT }} --store-password-in-clear-text

0 commit comments

Comments
 (0)