Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Destiny Saturday  <[email protected]>
  • Loading branch information
ThePrimeJnr authored Aug 2, 2024
1 parent a4ad43a commit 6ca375f
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 @@ -21,4 +21,4 @@ sshpass -p "$SERVER_PASSWORD" ssh -o StrictHostKeyChecking=no -p $SERVER_PORT $S
PR_ACTION='$PR_ACTION' \
PR_NUMBER='$PR_NUMBER' \
COMMENT_ID='$COMMENT_ID' \
bash -c 'echo \"$SERVER_PASSWORD\" | sudo -S bash /srv/pr-deploy.sh'"
bash -c 'echo \"$SERVER_PASSWORD\" | sudo -SE bash /srv/pr-deploy.sh'"

0 comments on commit 6ca375f

Please sign in to comment.