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

Add deploy action

This commit is contained in:
Daniel Barber 2021-12-16 08:59:43 -06:00 committed by GitHub
parent eed6573909
commit 0a5b96e552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Deploy
on:
push:
branches: [ main ]
# pull_request:
# branches: [ main ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a multi-line script
run: |
git add remote dokku dokku@dokku.danbee.in:me
git push dokku