Add Cloud Run support
Signed-off-by: Tihomir Jovicic <tihomir.jovicic.develop@gmail.com>
This commit is contained in:
15
tests/stdlib/gcp/cloudrun/.dagger/env/default/plan/cloudrun.cue
vendored
Normal file
15
tests/stdlib/gcp/cloudrun/.dagger/env/default/plan/cloudrun.cue
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
package cloudrun
|
||||
|
||||
import (
|
||||
"dagger.io/gcp"
|
||||
"dagger.io/gcp/cloudrun"
|
||||
)
|
||||
|
||||
TestConfig: gcpConfig: gcp.#Config
|
||||
|
||||
TestCloudRun: deploy: cloudrun.#Deploy & {
|
||||
config: TestConfig.gcpConfig
|
||||
serviceName: "cloudrun-test"
|
||||
region: "us-west2"
|
||||
image: "gcr.io/dagger-ci/cloudrun-test:latest"
|
||||
}
|
Reference in New Issue
Block a user