mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-05 06:14:26 +00:00
fix(script): adds node_env to wildcard.yaml
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
- name: Publishing records
|
||||
env:
|
||||
CI: 1
|
||||
NODE_ENV: production
|
||||
ENV: production
|
||||
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
|
||||
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
|
||||
@@ -57,6 +58,7 @@ jobs:
|
||||
- name: removing records
|
||||
env:
|
||||
CI: 1
|
||||
NODE_ENV: production
|
||||
ENV: production
|
||||
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
|
||||
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user