Skip to content

Commit

Permalink
Fix problem
Browse files Browse the repository at this point in the history
Signed-off-by: Arash Hatami <hatamiarash7@gmail.com>
  • Loading branch information
hatamiarash7 committed Aug 7, 2022
1 parent f5e9666 commit a23f041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ echo " -----> Download ArvanCloud CLI tool version: $CLI_VERSION"

wget -q https://github.com/arvancloud/cli/releases/download/v${CLI_VERSION}/arvan_${CLI_VERSION}_linux_amd64.tar.gz -O - | tar -xz -C /service/

echo " -----> Login ..."
echo " -----> Login"

/service/arvan login <<< """$AUTH"""

echo " -----> Deploy ..."
echo " -----> Deploy"

arvan paas set image deployment ${APP} ${CONTAINER}=${IMAGE}
/service/arvan paas set image deployment ${APP} ${CONTAINER}=${IMAGE}

0 comments on commit a23f041

Please sign in to comment.