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
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 }}
|
username: ${{ secrets.REMOTE_USER }}
|
||||||
key: ${{ secrets.ACCESS_TOKEN }}
|
key: ${{ secrets.ACCESS_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
|
printenv
|
||||||
cd ${{ secrets.REMOTE_PATH }}
|
cd ${{ secrets.REMOTE_PATH }}
|
||||||
docker compose stop && docker compose rm -f
|
docker compose up --force-recreate -d
|
||||||
docker compose pull
|
|
||||||
docker compose up -d
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue