Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from Arquisoft/fix-host-url
Browse files Browse the repository at this point in the history
Fixed host url
  • Loading branch information
Manueluz authored Feb 13, 2024
2 parents b82d3cb + 5cb5265 commit b14cf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
env:
API_URI: http://${{ secrets.DEPLOY_HOST }}:8000
API_URI: http://${{ secrets.DEPLOY_HOST }}
with:
name: arquisoft/wiq_es1c/webapp
username: ${{ github.actor }}
Expand Down

0 comments on commit b14cf5b

Please sign in to comment.