mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
update action
This commit is contained in:
parent
22495fe20c
commit
78960ceb57
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -49,7 +49,6 @@ jobs:
|
|||
username: ${{ secrets.REMOTE_USER }}
|
||||
key: ${{ secrets.ACCESS_TOKEN }}
|
||||
script: |
|
||||
printenv
|
||||
cd ${{ secrets.REMOTE_PATH }}
|
||||
docker compose stop && docker compose rm -f
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
docker compose up --force-recreate -d
|
||||
|
|
|
|||
Loading…
Reference in a new issue