Skip to content

Commit

Permalink
moving some env variable to input parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
camerondgray committed Sep 12, 2019
1 parent f84ef61 commit 7ebe816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ then
echo "Convox password must be set"
else
echo "Deploying"
export CONVOX_HOST = $INPUT_CONVOX_HOST
export CONVOX_RACK = $INPUT_CONVOX_RACK
export CONVOX_HOST=$INPUT_CONVOX_HOST
export CONVOX_RACK=$INPUT_CONVOX_RACK
convox deploy --app $INPUT_CONVOX_APP
fi

0 comments on commit 7ebe816

Please sign in to comment.