Skip to content

Commit

Permalink
fest : push to json
Browse files Browse the repository at this point in the history
  • Loading branch information
RTae committed Mar 2, 2024
1 parent cb7e632 commit ce877e0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
# run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV

# - id: "auth"
# uses: "google-github-actions/auth@v1"
# uses: "google-github-actions/auth@v2"
# with:
# credentials_json: "${{ secrets.SERVICE_ACCOUNT_KEY }}"

# - name: "Set up Cloud SDK"
# uses: "google-github-actions/setup-gcloud@v1"
# uses: "google-github-actions/setup-gcloud@v2"

# - name: "Use gcloud CLI"
# run: "gcloud info"
Expand Down Expand Up @@ -75,9 +75,7 @@ jobs:
run: |-
echo "${{ secrets.SERVICE_ACCOUNT_KEY }}" > ./gcloud-sa-key.json
export GOOGLE_CREDENTIALS="./gcloud-sa-key.json"
export IMAGE_TAG=${{ env.SHORT_SHA }}
export IMAGE_TAG=1234
cat $GOOGLE_CREDENTIALS
# make plan ENV=dev
# make apply ENV=dev
make plan ENV=dev
make apply ENV=dev

0 comments on commit ce877e0

Please sign in to comment.