Skip to content

Commit e828da2

Browse files
authored
Merge pull request #314 from moderntribe/temp/guq-dokku-envs
Add GUQ deploy workflows.
2 parents f557d4b + 8f5b523 commit e828da2

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 }}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 }}

0 commit comments

Comments
 (0)