update publish docker

This commit is contained in:
yedf2 2021-09-03 22:25:14 +08:00
parent 00f68d9b15
commit 966da6e486

View File

@ -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}}'