Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Swebi committed Sep 10, 2024
1 parent 7c2474f commit 3102cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Upload backup to S3
run: |
YEAR_MONTH=$(date -u +"%Y/%m")
aws s3 cp "${TIMESTAMP}.sql.gz" s3://dblrecruitment/database/${YEAR_MONTH}/
aws s3 cp "${TIMESTAMP}.sql.gz" s3://${{ secrets.AWS_BUCKETNAME }}/database/${YEAR_MONTH}/

0 comments on commit 3102cf2

Please sign in to comment.