Skip to content

Commit

Permalink
fix hc url
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jul 25, 2024
1 parent 941e883 commit 16b5243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gzip /backups/backup.sql
echo "Copy to S3..."
mc cp /backups/backup.sql.gz s3/${S3_BUCKET}/db-${PSQL_NAME}-$(date "+%Y-%m-%dT%H-%M-%S").sql.gz
echo "Notify HC..."
curl ${HC_UR}
curl ${HC_URL}
echo "done."

0 comments on commit 16b5243

Please sign in to comment.