Skip to content

Commit

Permalink
feat: Test deploy v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJOSoderqvist committed Dec 18, 2024
1 parent 4476c0e commit 337af61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
sudo bash
cd ./back_kotyari
git checkout dev
git pull
make back-refresh
sudo git checkout dev
sudo git pull
sudo make back-refresh

0 comments on commit 337af61

Please sign in to comment.