Skip to content

Commit bd03ee6

Browse files
authored
Merge pull request #16 from webalexeu/fix/target
Fixing target not taken into account
2 parents b2b30b4 + 41e2201 commit bd03ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -e
55
cat << EOF > /home/backup/.env
66
export AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
77
export BACKUP_NAME=${BACKUP_NAME}
8+
export TARGET=${TARGET}
89
export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
910
export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
1011
export S3_BUCKET_URL=${S3_BUCKET_URL}

0 commit comments

Comments
 (0)