Skip to content

Commit

Permalink
Purge db backup file after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Nov 1, 2023
1 parent 3f56445 commit 6ff08f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/database-backup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ runs:
az storage blob upload --account-name ${{ env.storage_account }} --container-name database-backup \
--file ${{ env.BACKUP_FILE_NAME }}.tar.gz --name ${{ env.BACKUP_FILE_NAME }}.tar.gz --overwrite \
--account-key '${{ env.STORAGE_CONN_STR }}'
rm ${BACKUP_FILE_NAME}.tar.gz
rm ${{ env.BACKUP_FILE_NAME }}.tar.gz
- name: Disk cleanup
shell: bash
Expand Down

0 comments on commit 6ff08f7

Please sign in to comment.