Merge pull request #38 from HideyoshiNakazone/implementa-novo-deploy-secrets
Fixes Github Actions
This commit is contained in:
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Config Json File
|
- name: Create Config Json File
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.CONFIG_JSON }} | base64 -d > config.json
|
echo "${{ secrets.CONFIG_JSON }}" | base64 -d > config.json
|
||||||
|
|
||||||
- name: Inserts Prod Enviromental Variables
|
- name: Inserts Prod Enviromental Variables
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/deploy-staging.yml
vendored
2
.github/workflows/deploy-staging.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Config Json File
|
- name: Create Config Json File
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.CONFIG_JSON }} | base64 -d > config.json
|
echo "${{ secrets.CONFIG_JSON }}" | base64 -d > config.json
|
||||||
|
|
||||||
- name: Inserts Prod Enviromental Variables
|
- name: Inserts Prod Enviromental Variables
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user