Add deploy step: pull and restart containers
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 27s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 27s
This commit is contained in:
parent
74c5bcdfcc
commit
24bb9d0dad
@ -50,3 +50,9 @@ jobs:
|
||||
if: always()
|
||||
run: |
|
||||
docker logout registry.szmyt151.pl || true
|
||||
|
||||
- name: Deploy (reload container)
|
||||
run: |
|
||||
cd /home/szmyt/docker/app
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user