This commit is contained in:
parent
c7c357d9ec
commit
46241207ec
1 changed files with 0 additions and 9 deletions
|
@ -16,12 +16,3 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
docker.atomaka.com/budget:latest
|
docker.atomaka.com/budget:latest
|
||||||
docker.atomaka.com/budget:${{gitea.sha}}
|
docker.atomaka.com/budget:${{gitea.sha}}
|
||||||
- name: Deploy to server
|
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
|
||||||
with:
|
|
||||||
host: ${{ secrets.SSH_HOST }}
|
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
|
||||||
key: ${{ secrets.SSH_KEY }}
|
|
||||||
script: |
|
|
||||||
docker pull docker.atomaka.com/budget:latest
|
|
||||||
docker restart budget
|
|
||||||
|
|
Loading…
Reference in a new issue