Compare commits

..

No commits in common. "3a82681916c7bf7dae879a74dc02c6fa66abcea7" and "46241207ec3aff568c7b20738c812f7537557a08" have entirely different histories.

View file

@ -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"