Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
try hard-coding the host.
  • Loading branch information
Morgul committed May 12, 2024
1 parent 23ed87a commit 4b1eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Deploy Beta Site
uses: nvti/portainer-stack-deploy@v1.4
with:
portainer-host: ${{ vars.PORTAINER_HOST }}
portainer-host: "https://docker.skewedaspect.com" #${{ vars.PORTAINER_HOST }}
username: ${{ secrets.PORTAINER_USERNAME }}
password: ${{ secrets.PORTAINER_PASSWORD }}
stack-name: 'rpgkeeper-beta'
Expand Down

0 comments on commit 4b1eb04

Please sign in to comment.