修正
This commit is contained in:
parent
19d4d88171
commit
e7595d1365
5
.github/workflows/deploy_to_gcp.yml
vendored
5
.github/workflows/deploy_to_gcp.yml
vendored
@ -41,6 +41,11 @@ jobs:
|
||||
|
||||
- name: Exec Terraform init shell
|
||||
run: |
|
||||
ls -la ${HOME}
|
||||
echo "$REPO_NAME"
|
||||
echo "HOME: ${HOME}"
|
||||
printf '%s' "$GCP_SA_KEY" > $HOME/sa.json
|
||||
export GOOGLE_APPLICATION_CREDENTIALS="$HOME/sa.json"
|
||||
./scripts/deploy/init_terraform.sh
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user