dev #14

Merged
wtukatyr merged 24 commits from dev into main 2025-06-09 12:51:35 +03:00
2 changed files with 37 additions and 0 deletions
Showing only changes of commit 9cb31912fe - Show all commits

7
Jenkinsfile vendored
View File

@@ -20,10 +20,9 @@ pipeline {
ssh -i "$SSH_PRIVATE_KEY" -p 2222 saccada@saccada.xyz << EOF
cd ~/ws/django-example-app
git pull --rebase
ls -la
# docker compose pull
# docker compose down
# docker compose up -d
docker compose pull
docker compose down
docker compose up -d
'''
}
}