Use base64 encoded content as wulkanowy-gac.json source
This commit is contained in:
parent
0d2560300c
commit
ad75318a11
1 changed files with 5 additions and 2 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -17,8 +17,11 @@ jobs:
|
||||||
envkey_DB_HOST: "db"
|
envkey_DB_HOST: "db"
|
||||||
envkey_TOKEN: ${{ secrets.TOKEN }}
|
envkey_TOKEN: ${{ secrets.TOKEN }}
|
||||||
envkey_GOOGLE_APPLICATION_CREDENTIALS: "app/wulkanowy-gac.json"
|
envkey_GOOGLE_APPLICATION_CREDENTIALS: "app/wulkanowy-gac.json"
|
||||||
- name: Create File
|
- name: Create GAC file
|
||||||
run: echo "${{ secrets.GAC_CONTENT }}" > wulkanowy-gac.json
|
uses: timheuer/base64-to-file@v1
|
||||||
|
with:
|
||||||
|
fileName: "wulkanowy-gac.json"
|
||||||
|
encodedString: ${{ secrets.GAC_CONTENT }}
|
||||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||||
name: Docker-Compose Remote Deployment
|
name: Docker-Compose Remote Deployment
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue