We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753af76 commit aa07198Copy full SHA for aa07198
1 file changed
.github/workflows/push-image.yaml
@@ -59,23 +59,3 @@ jobs:
59
push: true
60
tags: ${{ steps.meta.outputs.tags }}
61
labels: ${{ steps.meta.outputs.labels }}
62
-
63
- deploy-to-dev:
64
- name: Deploy to dev
65
- runs-on: ubuntu-latest
66
- needs: push-image
67
- if: github.ref == 'refs/heads/main'
68
- environment:
69
- name: dev
70
- url: ${{ vars.APP_URL }}
71
72
- steps:
73
- - name: Deploy via SSH
74
- uses: appleboy/ssh-action@v1.2.4
75
- with:
76
- host: ${{ secrets.SSH_HOST }}
77
- username: ${{ secrets.SSH_USER }}
78
- key: ${{ secrets.SSH_PRIVATE_KEY }}
79
- port: ${{ secrets.SSH_PORT || 22 }}
80
- fingerprint: ${{ secrets.SSH_HOST_FINGERPRINT }}
81
- script: deploy dev
0 commit comments