This commit is contained in:
@@ -60,6 +60,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check docker containers running
|
- name: Check docker containers running
|
||||||
run: |
|
run: |
|
||||||
|
ls
|
||||||
docker ps
|
docker ps
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
# 6. Stop any old stack, rebuild, and run the new one
|
# 6. Stop any old stack, rebuild, and run the new one
|
||||||
@@ -69,5 +70,5 @@ jobs:
|
|||||||
run: docker compose down --remove-orphans || true
|
run: docker compose down --remove-orphans || true
|
||||||
|
|
||||||
- name: Rebuild & deploy
|
- name: Rebuild & deploy
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: docker compose up
|
run: docker compose up
|
||||||
|
Reference in New Issue
Block a user