Skip to content

Commit

Permalink
.github/workflows/live-deploy.yml: Add letsencypt email
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Sep 12, 2023
1 parent 447532e commit 5127e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/live-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
DOKKUSD_REMOTE_HOST: ${{ vars.DOKKUSD_REMOTE_HOST }}
DOKKUSD_REMOTE_PORT: ${{ vars.DOKKUSD_REMOTE_PORT }}
DOKKUSD_REMOTE_USER: ${{ vars.DOKKUSD_REMOTE_USER }}
DOKKUSD_PS_SCALE: ${{ secrets.DOKKUSD_PS_SCALE }}
DOKKUSD_LETSENCRYPT_EMAIL: ${{ secrets.DOKKUSD_LETSENCRYPT_EMAIL }}
DOKKUSD_PS_SCALE: ${{ vars.DOKKUSD_PS_SCALE }}

0 comments on commit 5127e19

Please sign in to comment.