Skip to content

Dokku Deploy Dev

Dokku Deploy Dev #70

Workflow file for this run

name: Dokku Deploy Dev
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy_app:
uses: ./.github/workflows/pipeline-dokku.yml
with:
app_name: moose-dev
branch: ${{ github.ref }}
server: d1.moderntribe.qa
is_review_app: false
secrets:
github_pat_token: ${{ secrets.GH_BOT_TOKEN }}
ssh_private_key: ${{ secrets.DOKKU_DEPLOY_KEY }}
slack_webhook: ${{ secrets.SLACK_WEBHOOK }}
composer_auth_json: ${{ secrets.COMPOSER_AUTH_JSON }}