update publish docker
This commit is contained in:
parent
00f68d9b15
commit
966da6e486
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{secrets.DEPLOY_KEY}}" > deploy_key
|
echo "${{secrets.DEPLOY_KEY}}" > deploy_key
|
||||||
chmod 600 ./deploy_key
|
chmod 600 ./deploy_key
|
||||||
ssh -i deploy_key -o StrictHostKeyChecking=no ${{env.host}} 'cd ${{env.dest}}/dtm && sh helper/build-repo.sh ${{github.event.release.tag_name}}'
|
ssh -i deploy_key -o StrictHostKeyChecking=no ${{env.host}} 'cd ${{env.dest}}/dtm && git pull && sudo sh helper/build-repo.sh ${{github.event.release.tag_name}}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user