Skip to content

draft(web components): update low level behaviors section #73

draft(web components): update low level behaviors section

draft(web components): update low level behaviors section #73

Workflow file for this run

name: Deploy to Dokku - production
on:
push:
branches:
- main
env:
DOKKU_HOST: 'hipsterbrown.com'
DOKKU_APP_NAME: 'hipsterbrown.com'
DOKKU_REMOTE_BRANCH: 'master'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Deploy
uses: woudsma/dokku-deploy-github-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
dokku-host: ${{ env.DOKKU_HOST }}
app-name: ${{ env.DOKKU_APP_NAME }}
remote-branch: ${{ env.DOKKU_REMOTE_BRANCH }}
git-push-flags: --force