Compare commits
No commits in common. "3a82681916c7bf7dae879a74dc02c6fa66abcea7" and "46241207ec3aff568c7b20738c812f7537557a08" have entirely different histories.
3a82681916
...
46241207ec
1 changed files with 0 additions and 9 deletions
|
@ -2,7 +2,6 @@ name: Deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
tag:
|
tag:
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -17,11 +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: |
|
|
||||||
bash "/boot/config/plugins/user.scripts/scripts/deploy budget/script"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue