Skip to content

Commit fbd0f9b

Browse files
authored
switch to glacier (#119)
* switch to glacier * fix prettier
1 parent b280ff1 commit fbd0f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/backups.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
role-session-name: GithubActionsBackup
5959
audience: sts.amazonaws.com
6060

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

0 commit comments

Comments
 (0)