Skip to content

Commit

Permalink
Fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorMakiyama committed Nov 21, 2024
1 parent 37ec07f commit 19077dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
port: ${{ secrets.SSH_PORT }}
script: |
cd /diskb/home/backend
git pull origin develop
./diskb/home/backend/.venv/bin/activate
./start_uspolis_back.sh >> /home/ubuntu/script_log.log 2>&1
git pull origin main
/home/ubuntu/start_uspolis_back.sh >> /home/ubuntu/script_log.log 2>&1
- name: Notify Command Success
run: echo "Command executed on ${{ secrets.HOST }} successfully!"
Expand Down

0 comments on commit 19077dc

Please sign in to comment.