Skip to content

Commit

Permalink
Issue identified, our IAM account did not have the uploadArtifacts pe…
Browse files Browse the repository at this point in the history
…rmission. Continuing test
  • Loading branch information
a26blass committed Apr 25, 2024
1 parent 31fd129 commit 365ffca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ jobs:
with:
version: '>= 363.0.0'
project_id: ${{ env.GCP_PROJECT_ID }}
- name: Configure Docker with GCloud CLI
run: |
gcloud auth configure-docker --quiet us-east1-docker.pkg.dev
- name: Push docker image to GCR
run: |
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https://us-east1-docker.pkg.dev &&
docker push gcr.io/${{ env.GCP_PROJECT_ID }}/${{ env.IMAGE_NAME }}:${{ env.DOCKER_TAG }}
deploy-service-to-gcp:
Expand Down
2 changes: 1 addition & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ html(lang="en")
header
h1 Welcome to Alex's Website
main
p This is the main content of my website. (SAMPLE TEXT 3)
p This is the main content of my website. (SAMPLE TEXT)
footer
p Updated 04/26/2024 : 23:07

0 comments on commit 365ffca

Please sign in to comment.