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

Compare commits

...

2 Commits

Author SHA1 Message Date
5c6d01d82a Track Hugo version 2021-12-17 16:45:04 -06:00
93f652a21c Update main.yml 2021-12-17 16:44:58 -06:00
2 changed files with 11 additions and 10 deletions

View File

@ -7,7 +7,7 @@ on:
# branches: [ main ] # branches: [ main ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -15,13 +15,13 @@ jobs:
environment: Dokku Deploy environment: Dokku Deploy
steps: steps:
- uses: actions/checkout@v2 - name: Checkout
uses: actions/checkout@v2
- uses: webfactory/ssh-agent@v0.5.4 with:
with: fetch-depth: 0
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Run a multi-line script - name: Push to dokku
run: | uses: dokku/github-action@master
git remote add dokku dokku@dokku.danbee.in:me with:
git push dokku git_remote_url: 'ssh://dokku@dokku.danbee.in:22/me'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

1
.tool-versions Normal file
View File

@ -0,0 +1 @@
hugo 0.90.1