Skip to content

Commit

Permalink
fix(docker): correct target secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Aug 26, 2023
1 parent 886012d commit bbdb6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
SQITCH_TARGET=''

if [ "$NODE_ENV" = "production" ]; then
SQITCH_TARGET="$(cat /run/secrets/maevsi_sqitch-target)"
SQITCH_TARGET="$(cat /run/secrets/sqitch_target)"
else
SQITCH_TARGET="$(cat "$PWD/SQITCH_TARGET.env")"
fi
Expand Down

0 comments on commit bbdb6c6

Please sign in to comment.