Skip to content

Merge pull request #104 from kippnorcal/staging #20

Merge pull request #104 from kippnorcal/staging

Merge pull request #104 from kippnorcal/staging #20

Workflow file for this run

name: Dokku Deploy to production
on:
push:
branches:
- main
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- id: deploy
name: Deploy to dokku
uses: idoberko2/dokku-deploy-github-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
dokku-host: ${{ secrets.DOKKU_HOST_PROD }}
app-name: ${{ secrets.DOKKU_APP_PROD }}