Fix gac file creationg in gh actions
This commit is contained in:
parent
12a01f83a6
commit
052c96be25
1 changed files with 1 additions and 3 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -18,9 +18,7 @@ jobs:
|
|||
envkey_TOKEN: ${{ secrets.TOKEN }}
|
||||
envkey_GOOGLE_APPLICATION_CREDENTIALS: "wulkanowy-gac.json"
|
||||
- name: Create File
|
||||
run: echo $GAC_CONTENT > wulkanowy-gac.json
|
||||
env:
|
||||
GAC_CONTENT: ${{ secrets.$GAC_CONTENT }}
|
||||
run: echo "${{ secrets.GAC_CONTENT }}" > wulkanowy-gac.json
|
||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||
name: Docker-Compose Remote Deployment
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue