Skip to content

Commit

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

0 comments on commit 7d82cf2

Please sign in to comment.