Skip to content

Commit

Permalink
Update api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnauBlanch authored Dec 22, 2022
1 parent ebbbb36 commit 62f89af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ jobs:
- name: Deploy to Dokku
uses: dokku/github-action@master
with:
git_remote_url: 'ssh://dokku@${{ secrets.DOKKU_HOST }}:22/appname'
git_remote_url: 'ssh://dokku@${{ secrets.DOKKU_HOST }}:22/${{ secrets.APP_NAME }}'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
deploy_docker_image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.build.outputs.IMAGE_VERSION }}

0 comments on commit 62f89af

Please sign in to comment.