mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
Update deploy.yml
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
|||||||
BUILD_ENV_FILE: ${{ matrix.build_env_file }}
|
BUILD_ENV_FILE: ${{ matrix.build_env_file }}
|
||||||
DOCKER_BUILDKIT: "1"
|
DOCKER_BUILDKIT: "1"
|
||||||
COMPOSE_DOCKER_CLI_BUILD: "1"
|
COMPOSE_DOCKER_CLI_BUILD: "1"
|
||||||
|
ENV_MANAGER_TOKEN: ${{ secrets.ENV_MANAGER_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -40,7 +41,7 @@ jobs:
|
|||||||
- name: Sync environment from server
|
- name: Sync environment from server
|
||||||
run: |
|
run: |
|
||||||
chmod +x scripts/deploy/*.sh
|
chmod +x scripts/deploy/*.sh
|
||||||
./scripts/deploy/sync-env-from-server.sh "${{ matrix.service }}"
|
./scripts/deploy/sync-env-from-env-manager.sh "${{ matrix.service }}"
|
||||||
|
|
||||||
- name: Set compose project name
|
- name: Set compose project name
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user