Remove GF now that QA is done. #81
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |