Skip to content

Commit

Permalink
Merge pull request #19 from gustavohwulee/patch-3
Browse files Browse the repository at this point in the history
Hide env vars from being printed to screen
  • Loading branch information
vitalyliber authored Sep 19, 2020
2 parents f9afd7d + 2e807e4 commit 5b85dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

if [ -n "$APP_CONFIG" ]; then
echo "Setting app config"
$GIT_SSH_COMMAND dokku@$HOST config:set --no-restart $PROJECT $APP_CONFIG
$GIT_SSH_COMMAND dokku@$HOST config:set --no-restart $PROJECT $APP_CONFIG > /dev/null 2>&1
fi

echo "The deploy is starting"
Expand Down

0 comments on commit 5b85dd0

Please sign in to comment.