Skip to content

Commit

Permalink
Fix cicd file
Browse files Browse the repository at this point in the history
  • Loading branch information
danyama committed Oct 14, 2024
1 parent bd6d3fd commit 4197aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
script: |
cd /diskb/home/backend
git pull origin develop
. /diskb/home/backend/.venv/bin/activate
./diskb/home/backend/.venv/bin/activate
./start_uspolis_back.sh >> /home/ubuntu/script_log.log 2>&1
- name: Notify Command Success
Expand Down

0 comments on commit 4197aac

Please sign in to comment.