Skip to content

Commit

Permalink
Merge pull request #16 from webalexeu/fix/target
Browse files Browse the repository at this point in the history
Fixing target not taken into account
  • Loading branch information
peterrus authored Jun 4, 2024
2 parents b2b30b4 + 41e2201 commit bd03ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
cat << EOF > /home/backup/.env
export AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
export BACKUP_NAME=${BACKUP_NAME}
export TARGET=${TARGET}
export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
export S3_BUCKET_URL=${S3_BUCKET_URL}
Expand Down

0 comments on commit bd03ee6

Please sign in to comment.