Skip to content

Updates to high_health.html #67

Updates to high_health.html

Updates to high_health.html #67

Workflow file for this run

name: Dokku Deploy to staging
on:
push:
branches:
- staging
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_STG }}
app-name: ${{ secrets.DOKKU_APP_STG }}