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

removed gitlab-ci

parent d76de8ac
No related branches found
No related tags found
No related merge requests found
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
...@@ -4,6 +4,8 @@ FROM node:13.12.0-alpine ...@@ -4,6 +4,8 @@ FROM node:13.12.0-alpine
WORKDIR /app WORKDIR /app
COPY package.json ./ COPY package.json ./
COPY package-lock.json ./
RUN npm install --silent RUN npm install --silent
RUN npm install react-scripts@3.4.1 -g --silent RUN npm install react-scripts@3.4.1 -g --silent
......
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