Skip to content

Commit aa07198

Browse files
committed
ci: remove deploy step
1 parent 753af76 commit aa07198

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/push-image.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,3 @@ jobs:
5959
push: true
6060
tags: ${{ steps.meta.outputs.tags }}
6161
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

Comments
 (0)