Skip to content

Commit 9d067fe

Browse files
committed
ci: do not deploy to a dokku host
1 parent 1a7c677 commit 9d067fe

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/deploy.yml

-15
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,3 @@ jobs:
4646
labels: ${{ steps.meta.outputs.labels }}
4747
cache-from: type=gha
4848
cache-to: type=gha,mode=max
49-
50-
dokku:
51-
name: Deploy to dokku host
52-
needs: docker
53-
runs-on: ubuntu-latest
54-
steps:
55-
-
56-
name: Build app
57-
uses: appleboy/[email protected]
58-
with:
59-
host: ${{ secrets.SSH_HOST }}
60-
username: dokku
61-
key: ${{ secrets.SSH_PRIVATE_KEY }}
62-
script: |
63-
git:from-image ${{ secrets.DOKKU_APP }} ${{ fromJson(needs.docker.outputs.meta).tags[0] }}

0 commit comments

Comments
 (0)