File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ' Dokku Deploy: GUQ: NEW'
2+
3+ on :
4+ workflow_dispatch :
5+
6+ jobs :
7+ deploy_app :
8+ uses : ./.github/workflows/pipeline-dokku.yml
9+ with :
10+ app_name : guq-new
11+ branch : ${{ github.ref }}
12+ server : d1.moderntribe.qa
13+ is_review_app : false
14+ secrets :
15+ github_pat_token : ${{ secrets.GH_BOT_TOKEN }}
16+ ssh_private_key : ${{ secrets.DOKKU_DEPLOY_KEY }}
17+ slack_webhook : ${{ secrets.SLACK_WEBHOOK }}
18+ OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
19+ OP_VAULT : ${{ secrets.OP_VAULT }}
20+ OP_ITEM : ${{ secrets.OP_ITEM }}
Original file line number Diff line number Diff line change 1+ name : ' Dokku Deploy: GUQ: OLD'
2+
3+ on :
4+ workflow_dispatch :
5+
6+ jobs :
7+ deploy_app :
8+ uses : ./.github/workflows/pipeline-dokku.yml
9+ with :
10+ app_name : guq-old
11+ branch : ${{ github.ref }}
12+ server : d1.moderntribe.qa
13+ is_review_app : false
14+ secrets :
15+ github_pat_token : ${{ secrets.GH_BOT_TOKEN }}
16+ ssh_private_key : ${{ secrets.DOKKU_DEPLOY_KEY }}
17+ slack_webhook : ${{ secrets.SLACK_WEBHOOK }}
18+ OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
19+ OP_VAULT : ${{ secrets.OP_VAULT }}
20+ OP_ITEM : ${{ secrets.OP_ITEM }}
You can’t perform that action at this time.
0 commit comments