Skip to content

Commit

Permalink
Update dev-deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-mostafaee committed Oct 8, 2024
1 parent b69547d commit efcfd1b
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 @@ -17,6 +17,6 @@ jobs:
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: 'ssh://dokku@70.34.210.129:80/unitap-dev'
git_remote_url: 'ssh://dokku@70.34.210.129/unitap-dev'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
branch: 'develop'

0 comments on commit efcfd1b

Please sign in to comment.