Skip to content

Commit

Permalink
[BUGFIX] Add version v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space committed Mar 5, 2022
1 parent 03987be commit e022f67
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 @@ -20,7 +20,7 @@ CMD="${INPUT_RUN/$'\n'/' && '}"
sshpass -e ssh -o StrictHostKeyChecking=no -p $INPUT_PORT $INPUT_USER@$INPUT_HOST "$CMD"

echo "Deploying now"
sshpass -p $INPUT_PASS rsync -aev --progress "ssh -p $INPUT_PORT" $GITHUB_WORKSPACE/$INPUT_LOCAL $INPUT_USER@$INPUT_HOST:$INPUT_REMOTE
sshpass -p $INPUT_PASS rsync --progress -a -v -e "ssh -p $INPUT_PORT" $GITHUB_WORKSPACE/$INPUT_LOCAL $INPUT_USER@$INPUT_HOST:$INPUT_REMOTE

echo "#################################################"
echo "Completed ${GITHUB_WORKFLOW}:${GITHUB_ACTION}"

0 comments on commit e022f67

Please sign in to comment.