deploy libraries.
Some checks failed
Deploy Docker Images / Build dockerfile and Server deploy (push) Successful in 14s
Deploy / Build (push) Failing after 4m8s

This commit is contained in:
amass 2024-11-09 22:34:40 +08:00
parent 72ab9712bd
commit e5d73a29b5

View File

@ -32,7 +32,7 @@ jobs:
cat notify.tpl | envsubst | jq -sR . | xargs -0 -I {} curl -H "Content-Type: application/json" -X POST -d '{"type":"text","msg":{} }' https://amass.fun/notify
- run: resources/build.sh build
- name: Stop server
uses: appleboy/ssh-action@v0.1.3
uses: appleboy/ssh-action@v1.1.0
with:
host: ${{ vars.YUYUN_SERVER }}
username: ${{ vars.YUYUN_USER }}
@ -50,7 +50,7 @@ jobs:
source: build/Server/HttpServer
target: /root/Server
- name: Restart server
uses: appleboy/ssh-action@v0.1.3
uses: appleboy/ssh-action@v1.1.0
with:
host: ${{ vars.YUYUN_SERVER }}
username: ${{ vars.YUYUN_USER }}