Skip to content

Commit

Permalink
UPD: change the needs paramater and comment out secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
AGiljanovic committed May 21, 2024
1 parent cd83465 commit 81c90ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
permissions:
id-token: write
contents: read
name: "Create and push the Docker image to GAR"
name: "Deploy image on cloud run"
runs-on: ubuntu-latest
defaults:
run:
shell: bash

needs: create-and-push-image
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -80,9 +80,9 @@ jobs:
POSTGRES_HOST=code-idp:europe-west10-backstage-pg
POSTGRES_PORT=5432
POSTGRES_USER=postgres
BASE_URL=https://example.com #needs to be fixed
BASE_URL=https://example.com
secrets: |-
POSTGRES_PASSWORD=postgres-password:latest
GITHUB_TOKEN=GITHUB_TOKEN
GOOGLE_CLIENT_ID=aslkdjf
GOOGLE_CLIENT_SECRET=fkajsdlf
# GITHUB_TOKEN=GITHUB_TOKEN
#GOOGLE_CLIENT_ID=aslkdjf
#GOOGLE_CLIENT_SECRET=fkajsdlf

0 comments on commit 81c90ac

Please sign in to comment.