Skip to content

Commit c5822ee

Browse files
authored
cicd (#222)
* Update cd_dev.yaml * stop if things are missing * adding verify on main * Update ci_dev.yaml (#219) * Update ci_dev.yaml * Update cd_prod.yaml * Update ci_prod.yaml
1 parent 94af054 commit c5822ee

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/cd_prod.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
envkey_TINYPEN: ${{ secrets.TINYPEN }}
2828
envkey_AUDIENCE: ${{ secrets.AUDIENCE }}
2929
envkey_DOMAIN: ${{ secrets.DOMAIN }}
30+
envkey_TPEN_SUPPORT_EMAIL: ${{ secrets.TPEN_SUPPORT_EMAIL }}
31+
envkey_SMTP_HOST: ${{ secrets.SMTP_HOST }}
32+
envkey_SMTP_PORT: ${{ secrets.SMTP_PORT }}
33+
envkey_TPEN_EMAIL_CC: ${{ secrets.TPEN_EMAIL_CC }}
3034
- name: Setup Node.js
3135
uses: actions/setup-node@master
3236
with:

.github/workflows/ci_dev.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
envkey_TINYPEN: ${{ secrets.TINYPENDEV }}
2828
envkey_AUDIENCE: ${{ secrets.AUDIENCE }}
2929
envkey_DOMAIN: ${{ secrets.DOMAIN }}
30+
envkey_TPEN_SUPPORT_EMAIL: ${{ secrets.TPEN_SUPPORT_EMAIL }}
31+
envkey_SMTP_HOST: ${{ secrets.SMTP_HOST }}
32+
envkey_SMTP_PORT: ${{ secrets.SMTP_PORT }}
33+
envkey_TPEN_EMAIL_CC: ${{ secrets.TPEN_EMAIL_CC }}
3034
- name: Setup Node.js
3135
uses: actions/setup-node@master
3236
with:
@@ -47,4 +51,4 @@ jobs:
4751
run: |
4852
npm install
4953
npm run E2Etests
50-
54+

.github/workflows/ci_prod.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
envkey_TINYPEN: ${{ secrets.TINYPEN }}
2828
envkey_AUDIENCE: ${{ secrets.AUDIENCE }}
2929
envkey_DOMAIN: ${{ secrets.DOMAIN }}
30+
envkey_TPEN_SUPPORT_EMAIL: ${{ secrets.TPEN_SUPPORT_EMAIL }}
31+
envkey_SMTP_HOST: ${{ secrets.SMTP_HOST }}
32+
envkey_SMTP_PORT: ${{ secrets.SMTP_PORT }}
33+
envkey_TPEN_EMAIL_CC: ${{ secrets.TPEN_EMAIL_CC }}
3034
- name: Setup Node.js
3135
uses: actions/setup-node@master
3236
with:
@@ -47,4 +51,4 @@ jobs:
4751
run: |
4852
npm install
4953
npm run E2Etests
50-
54+

0 commit comments

Comments
 (0)