Skip to content

Commit

Permalink
.github/workflows/live-deploy.yml: Add password to live deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Sep 6, 2023
1 parent 5a259f0 commit 66dd76e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/live-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
DOKKUSD_REMOTE_HOST: ${{ vars.DOKKUSD_REMOTE_HOST }}
DOKKUSD_REMOTE_PORT: ${{ vars.DOKKUSD_REMOTE_PORT }}
DOKKUSD_REMOTE_USER: ${{ vars.DOKKUSD_REMOTE_USER }}
DOKKUSD_HTTP_AUTH_USER: ${{ secrets.DOKKUSD_HTTP_AUTH_USER }}
DOKKUSD_HTTP_AUTH_PASSWORD: ${{ secrets.DOKKUSD_HTTP_AUTH_PASSWORD }}
DOKKUSD_PS_SCALE: ${{ secrets.DOKKUSD_PS_SCALE }}

0 comments on commit 66dd76e

Please sign in to comment.