This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Copy deployment files (Compose & Config)
|
- name: Copy deployment files (Compose & Config)
|
||||||
run: |
|
run: |
|
||||||
cp compose.yaml ${{ env.TARGET_DIR }}/
|
cp compose.yaml ${{ env.TARGET_DIR }}/
|
||||||
cp -r core-config/* ${{ env.TARGET_DIR }}/core-config/
|
cp -r core-config/* ${{ env.TARGET_DIR }}/config/
|
||||||
|
|
||||||
- name: Clean stop old containers
|
- name: Clean stop old containers
|
||||||
run: docker compose down || true
|
run: docker compose down || true
|
||||||
|
|||||||
Reference in New Issue
Block a user