Skip to content

Commit c44dad0

Browse files
Update app-engine-deploy.yml
1 parent 3af535a commit c44dad0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/app-engine-deploy.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,9 @@ jobs:
2929
uses: 'google-github-actions/auth@v2'
3030
with:
3131
credentials_json: '${{ secrets.GCP_SA_KEY }}'
32-
33-
# - name: 'Docker Auth'
34-
# run: |-
35-
# gcloud auth configure-docker "${{ env.REGION }}-docker.pkg.dev"
36-
37-
# - name: 'Build and Push Container'
38-
# run: |-
39-
# IMAGE="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.GAR_NAME }}/${{ env.SERVICE }}:${{ github.sha }}"
40-
# docker build --tag "${IMAGE}" .
41-
# docker push "${IMAGE}"
4232

4333
- name: 'Deploy to App Engine'
4434
run: |
45-
gcloud app deploy --quite
35+
gcloud app deploy --quiet
4636
4737

0 commit comments

Comments
 (0)