Skip to content

Commit

Permalink
Update dev_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m3k0813 authored Jul 13, 2024
1 parent a4935e4 commit ec70e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Deploy to prod
uses: appleboy/[email protected]
id: deploy-prod
if: contains(github.ref, 'dev')
if: contains(github.ref, 'develop')
with:
host: ${{ secrets.EC2_HOST}}
username: ${{ secrets.EC2_USERNAME }}
Expand Down

0 comments on commit ec70e36

Please sign in to comment.