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