Skip to content

Commit

Permalink
ci: do not deploy to a dokku host
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyXiang committed Dec 4, 2023
1 parent 1a7c677 commit 9d067fe
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

dokku:
name: Deploy to dokku host
needs: docker
runs-on: ubuntu-latest
steps:
-
name: Build app
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: dokku
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
git:from-image ${{ secrets.DOKKU_APP }} ${{ fromJson(needs.docker.outputs.meta).tags[0] }}

0 comments on commit 9d067fe

Please sign in to comment.