Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 15, 2023
1 parent e9c6501 commit 4f72ea0
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,18 @@ jobs:
labels:
cloud.googleapis.com/location: $REGION
spec:
spec:
containers:
- image: $REGISTRY/$SERVICE_NAME:$GITHUB_SHA
name: play
env:
- name: PORT
value: "8000"
resources:
limits:
cpu: 4000m
memory: 4Gi
template:
spec:
containers:
- image: $REGISTRY/$SERVICE_NAME:$GITHUB_SHA
name: play
env:
- name: PORT
value: "8000"
resources:
limits:
cpu: 4000m
memory: 4Gi
EOF
gcloud run services replace service.yaml
Expand Down

0 comments on commit 4f72ea0

Please sign in to comment.