Skip to content

Commit 661e887

Browse files
authored
Update main.yml
1 parent df71ecd commit 661e887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
key: ${{ secrets.SSH_PRIVATE_KEY }}
1818
script: |
1919
cd /home/kni/prace_kol/StronaPraceKol
20+
git stash
2021
git checkout main
2122
git pull
2223
docker compose up --build -d
2324
2425
cd ../
2526
echo "$(date): service deployed successfully" >> deploy-log.txt
2627
27-
docker system prune -a -f
28+
docker system prune -a -f

0 commit comments

Comments
 (0)