Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 22009ab

Browse files
committed
pass source to cloudrun build
1 parent eb881f7 commit 22009ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.project_slug}}/.circleci/generate_gcp_config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- cloudrun/init
2020
- cloudrun/build:
2121
tag: 'gcr.io/${GOOGLE_PROJECT_ID}/${GOOGLE_SERVICE_NAME}'
22+
source: "$BACKEND_PATH"
2223
2324
- run:
2425
name: Run collectstatic and migrations

0 commit comments

Comments
 (0)