This commit is contained in:
parent
62a3e10218
commit
2aa2cbc2b4
@ -36,16 +36,6 @@ jobs:
|
||||
echo -n "提交消息: ${{ github.event.head_commit.message }}">> notify.tpl
|
||||
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: Copy wt resources to server
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
with:
|
||||
host: ${{ vars.YUYUN_SERVER }}
|
||||
username: ${{ vars.YUYUN_USER }}
|
||||
password: ${{ secrets.SERVER_ROOT_PASSWORD }}
|
||||
overwrite: true
|
||||
strip_components: 6
|
||||
source: /opt/Libraries/wt-4.11.1/share/Wt/resources/*
|
||||
target: /root/Server/resources
|
||||
- name: Copy app wt resources to server
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user