Add deploy step: pull and restart containers
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 26s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 26s
This commit is contained in:
parent
a4aceea518
commit
43230db5f1
@ -50,3 +50,9 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
docker logout registry.szmyt151.pl || true
|
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