1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Add SSH deploy key

This commit is contained in:
Daniel Barber 2021-12-16 09:39:57 -06:00 committed by GitHub
parent 967b9176c7
commit acc96c72a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,15 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment: Dokku Deploy
steps:
- uses: actions/checkout@v2
- uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Run a multi-line script
run: |