mirror of
https://gitlab.com/djdietrick/docs
synced 2026-05-03 00:20:54 -04:00
Fixed gitlab yml
This commit is contained in:
@@ -6,8 +6,8 @@ stages:
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
only:
|
||||
- main # This pipeline stage will run on this branch alone
|
||||
#only:
|
||||
# - main # This pipeline stage will run on this branch alone
|
||||
|
||||
image: google/cloud-sdk:latest # We'll use Google Cloud SDK for Cloud Run related commands
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user