Skip to content

Commit

Permalink
nestbot
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance committed Dec 21, 2023
1 parent 7f7de29 commit 45c5fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ jobs:
id: deploy
uses: google-github-actions/deploy-cloudrun@v2
with:
image: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
flags: '--min-instances=1 --max-instances=1 --memory=1024Mi'
service: "nestbot"
region: ${{ env.REGION }}
# NOTE: If using a pre-built image, update the image name here
image: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}

# If required, use the Cloud Run url output in later steps
- name: Show Output
Expand Down

0 comments on commit 45c5fee

Please sign in to comment.