Skip to content

Commit

Permalink
Token?
Browse files Browse the repository at this point in the history
  • Loading branch information
beastawakens committed Oct 2, 2024
1 parent 12194e7 commit a888d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions entrypoint-login-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
echo "Setting login credentials for a user. Be careful with this action!"
if [ -n "$INPUT_HOST" ]
then
convox login $INPUT_HOST -t $INPUT_TOKEN
convox login $INPUT_HOST --token $INPUT_TOKEN
else
convox login console.convox.com -t $INPUT_TOKEN
convox login console.convox.com --token $INPUT_TOKEN
fi
2 changes: 0 additions & 2 deletions entrypoint-scale.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh

export CONVOX_RACK=$INPUT_RACK

echo "Running scale on $INPUT_SERVICE - $INPUT_APP to $INPUT_COUNT"
convox scale $INPUT_SERVICE --count=$INPUT_COUNT --app $INPUT_APP --rack $INPUT_RACK

0 comments on commit a888d6c

Please sign in to comment.