We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487dc94 commit 66dd02aCopy full SHA for 66dd02a
.github/workflows/cicd.yml
@@ -33,7 +33,7 @@ jobs:
33
34
steps:
35
- name: SSH to Server and Deploy
36
- if: github.ref == 'refs/heads/dev'
+ if: github.ref == 'refs/heads/main'
37
uses: appleboy/[email protected]
38
with:
39
host: ${{ secrets.PROD_SERVER_HOST }}
0 commit comments