remove deploy for now
All checks were successful
Ruby CI / test (pull_request) Successful in 51s

This commit is contained in:
Andrew Tomaka 2024-07-04 23:52:51 -04:00
parent c7c357d9ec
commit 46241207ec
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -16,12 +16,3 @@ jobs:
tags: |
docker.atomaka.com/budget:latest
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