Skip to content
Snippets Groups Projects
Commit 2705503b authored by MrJoshE's avatar MrJoshE
Browse files

added ci config

parent cca14e92
No related branches found
No related tags found
No related merge requests found
Pipeline #46754 failed
default:
image: google/cloud-sdk:alpine
before_script:
- gcloud config set project parkpal-384815
build:
stage: build
script:
- gcloud builds submit --tag gcr.io/parkpal-384815
deploy:
stage: deploy
script:
- gcloud run deploy frontend --image gcr.io/parkpal-384815/frontend --platform managed --region europe-west1-b --allow-unauthenticated
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment