Skip to content

Commit

Permalink
Move some deployment parameters to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoff committed Nov 10, 2023
1 parent d58cea2 commit c90180c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Deploy
uses: up9cloud/action-rsync@v1.4
env:
HOST: w01d1f1b.kasserver.com
USER: ssh-w01d1f1b
KEY: ${{secrets.DEPLOY_SSH_KEY}}
ARGS: -ar --delete
SOURCE: out/
TARGET: /www/htdocs/w01d1f1b/meshup.mhoff.net
HOST: ${{ secrets.DEPLOY_HOST }}
USER: ${{ secrets.DEPLOY_USER }}
KEY: ${{ secrets.DEPLOY_SSH_KEY }}
TARGET: ${{ secrets.DEPLOY_TARGET }}

0 comments on commit c90180c

Please sign in to comment.