TSultanov commented on code in PR #25884:
URL: https://github.com/apache/beam/pull/25884#discussion_r1149308186
##########
playground/terraform/build.gradle.kts:
##########
@@ -363,140 +338,153 @@ tasks.register("deployFrontend") {
dependsOn(deploy)
}
-/* build, push, deploy Backend app */
-tasks.register("deployBackend") {
+tasks.register<TerraformTask>("setPlaygroundStaticIpAddress") {
group = "deploy"
- description = "deploy Backend app"
- //TODO please add default tag from project_environment property
- //if !(project.hasProperty("docker-tag")) {
- // project.extra.set("docker-tag",
project.property("project_environment") as String)
- //}
- val config = tasks.getByName("setDockerRegistry")
- val push = tasks.getByName("pushBack")
- val deploy = tasks.getByName("terraformApplyAppBack")
Review Comment:
It was replaced by `gkebackend` task and not used anywhere
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]