Skip to content

Commit c064f78

Browse files
authored
Merge pull request #39 from wseis/main
actions
2 parents a4f75ee + 980a001 commit c064f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
rsync -avz --itemize-changes --omit-dir-times --no-perms --delete --exclude '.git' --exclude 'private_key.pem' --exclude '**/__pycache__' -e "ssh -i private_key.pem -o StrictHostKeyChecking=no" ./ ${{ env.REMOTE_USER }}@${{ env.REMOTE_HOST }}:${{ env.REMOTE_DIR }}
3333
ssh -i private_key.pem -o StrictHostKeyChecking=no ${{ env.REMOTE_USER }}@${{ env.REMOTE_HOST }} "\
3434
35-
sudo /usr/bin/pkill gunicorn || true && cd ${{ secrets.DEPLOY_PATH }}/scripts && /bin/bash 07_run.sh"
35+
sudo /usr/bin/pkill gunicorn || true && cd ${{ secrets.DEPLOY_PATH }}/tools/scripts && /bin/bash 07_run.sh"

0 commit comments

Comments
 (0)