mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Compare commits
2 Commits
918b8de27d
...
5c6d01d82a
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c6d01d82a | |||
| 93f652a21c |
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@ -15,13 +15,13 @@ jobs:
|
|||||||
environment: Dokku Deploy
|
environment: Dokku Deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: webfactory/ssh-agent@v0.5.4
|
- name: Push to dokku
|
||||||
with:
|
uses: dokku/github-action@master
|
||||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
with:
|
||||||
|
git_remote_url: 'ssh://dokku@dokku.danbee.in:22/me'
|
||||||
- name: Run a multi-line script
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
run: |
|
|
||||||
git remote add dokku dokku@dokku.danbee.in:me
|
|
||||||
git push dokku
|
|
||||||
|
|||||||
1
.tool-versions
Normal file
1
.tool-versions
Normal file
@ -0,0 +1 @@
|
|||||||
|
hugo 0.90.1
|
||||||
Loading…
Reference in New Issue
Block a user