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_TOKEN: ${{ secrets.TOKEN }}
|
||||
envkey_GOOGLE_APPLICATION_CREDENTIALS: "app/wulkanowy-gac.json"
|
||||
- name: Create File
|
||||
run: echo "${{ secrets.GAC_CONTENT }}" > wulkanowy-gac.json
|
||||
- name: Create GAC file
|
||||
uses: timheuer/base64-to-file@v1
|
||||
with:
|
||||
fileName: "wulkanowy-gac.json"
|
||||
encodedString: ${{ secrets.GAC_CONTENT }}
|
||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||
name: Docker-Compose Remote Deployment
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue