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:
parent
967b9176c7
commit
acc96c72a5
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -12,9 +12,15 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
environment: Dokku Deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- name: Run a multi-line script
|
||||||
run: |
|
run: |
|
||||||
git remote add dokku dokku@dokku.danbee.in:me
|
git remote add dokku dokku@dokku.danbee.in:me
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user