Skip to content

Commit

Permalink
#144 add auth
Browse files Browse the repository at this point in the history
  • Loading branch information
NiloCK committed Nov 19, 2021
1 parent 6dd62f7 commit e49edd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-caddyfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
deploy_caddyfile:
runs-on: ubuntu-latest
steps:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.DO_SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- run: |
echo "deploying updated Caddyfile in place of prior"
scp .deployment/Caddyfile ${{ secrets.DO_USERNAME }}@eduquilt.com:/etc/caddy/Caddyfile
Expand Down

0 comments on commit e49edd6

Please sign in to comment.