Skip to content

Commit

Permalink
switch to glacier (#119)
Browse files Browse the repository at this point in the history
* switch to glacier

* fix prettier
  • Loading branch information
mashehu authored Feb 11, 2025
1 parent b280ff1 commit fbd0f9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
role-session-name: GithubActionsBackup
audience: sts.amazonaws.com

- name: Upload repository to S3
- name: Upload repository to S3 Glacier
run: |
aws s3 cp "${{ steps.make-tarball.outputs.TARBALL_FILENAME }}" "s3://nf-core-repos-backup--euw1-az1--x-s3/${{ steps.make-tarball.outputs.TARBALL_FILENAME }}"
aws s3 cp "${{ steps.make-tarball.outputs.TARBALL_FILENAME }}" "s3://nf-core-repos-backup/${{ steps.make-tarball.outputs.TARBALL_FILENAME }}" \
--storage-class DEEP_ARCHIVE

0 comments on commit fbd0f9b

Please sign in to comment.