mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
update action
This commit is contained in:
parent
c2b22faa20
commit
cf3214313c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -53,4 +53,4 @@ jobs:
|
||||||
envs: BRANCH_NAME
|
envs: BRANCH_NAME
|
||||||
script: |
|
script: |
|
||||||
cd ${{ github.ref == 'refs/heads/main' && secrets.REMOTE_PATH || secrets.REMOTE_PATH_DEVELOPMENT }}
|
cd ${{ github.ref == 'refs/heads/main' && secrets.REMOTE_PATH || secrets.REMOTE_PATH_DEVELOPMENT }}
|
||||||
docker compose up --force-recreate -d
|
docker compose up --force-recreate -d --pull=always
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue