Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: dev-plan workflow #375

Closed
wants to merge 20 commits into from
Closed

DRAFT: dev-plan workflow #375

wants to merge 20 commits into from

Conversation

jeremywmoore
Copy link
Collaborator

No description provided.

@jeremywmoore jeremywmoore added deploy create dev deployment and removed deploy create dev deployment labels Jul 11, 2024
Copy link

github-actions bot commented Jul 11, 2024

Terraform plan in terraform/dev in the hushline-dev-dev-deploy workspace

With variables

branch = "dev-deploy"
name   = "hushline-dev-dev-deploy"
Plan: 0 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~  update in-place

Terraform will perform the following actions:

  # module.app.digitalocean_app.app will be updated in-place
!~  resource "digitalocean_app" "app" {
        id                   = "eeddb757-4d8d-42b1-8115-b65b6b8a9150"
#        (7 unchanged attributes hidden)

#        (1 unchanged block hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

✅ Plan applied in Deploy/Destroy Branch Dev Environment #109

Outputs
app_live_url = "https://hushline-dev-dev-deploy-x8zeg.ondigitalocean.app"

@jeremywmoore jeremywmoore added deploy create dev deployment and removed deploy create dev deployment labels Jul 11, 2024
Copy link

🚀 App successfully deployed to https://hushline-dev-dev-deploy-x8zeg.ondigitalocean.app!

@jeremywmoore jeremywmoore added the destroy destroy dev deployment label Jul 11, 2024
@github-actions github-actions bot removed deploy create dev deployment destroy destroy dev deployment labels Jul 11, 2024
@jeremywmoore jeremywmoore added the deploy create dev deployment label Jul 11, 2024
Copy link

github-actions bot commented Jul 11, 2024

Terraform plan in terraform/dev in the hushline-dev-dev-deploy workspace

With variables

branch = "dev-deploy"
name   = "hushline-dev-dev-deploy"
Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # digitalocean_project.hush_line_dev will be created
+   resource "digitalocean_project" "hush_line_dev" {
+       created_at  = (known after apply)
+       description = "Development instance based on the dev-deploy branch"
+       environment = "Development"
+       id          = (known after apply)
+       is_default  = false
+       name        = "hushline-dev-dev-deploy"
+       owner_id    = (known after apply)
+       owner_uuid  = (known after apply)
+       purpose     = "Web Application"
+       resources   = (known after apply)
+       updated_at  = (known after apply)
    }

  # module.app.digitalocean_app.app will be created
+   resource "digitalocean_app" "app" {
+       active_deployment_id = (known after apply)
+       created_at           = (known after apply)
+       default_ingress      = (known after apply)
+       id                   = (known after apply)
+       live_url             = (known after apply)
+       project_id           = (known after apply)
+       updated_at           = (known after apply)
+       urn                  = (known after apply)

+       dedicated_ips (known after apply)

+       spec {
+           domains = (known after apply)
+           name    = "hushline-dev-dev-deploy"
+           region  = "sfo"

+           alert {
+               disabled = false
+               rule     = "DEPLOYMENT_FAILED"
            }

+           domain (known after apply)

+           ingress (known after apply)

+           service {
+               dockerfile_path    = "Dockerfile"
+               http_port          = 8080
+               instance_count     = 1
+               instance_size_slug = "apps-s-1vcpu-0.5gb"
+               internal_ports     = (known after apply)
+               name               = "hushline"
+               run_command        = (known after apply)

+               github {
+                   branch         = "dev-deploy"
+                   deploy_on_push = true
+                   repo           = "scidsg/hushline"
                }

+               health_check {
+                   http_path = "/health.json"
                }

+               routes (known after apply)
            }
        }
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
+   app_live_url = (known after apply)

✅ Plan applied in Deploy/Destroy Branch Dev Environment #111

Outputs
app_live_url = "https://hushline-dev-dev-deploy-v6tzk.ondigitalocean.app"

Copy link

🚀 App successfully deployed to https://hushline-dev-dev-deploy-v6tzk.ondigitalocean.app!

@jeremywmoore jeremywmoore added the destroy destroy dev deployment label Jul 11, 2024
@jeremywmoore jeremywmoore added destroy destroy dev deployment and removed destroy destroy dev deployment labels Jul 11, 2024
@github-actions github-actions bot removed deploy create dev deployment destroy destroy dev deployment labels Jul 11, 2024
@jeremywmoore jeremywmoore added the deploy create dev deployment label Jul 11, 2024
Copy link

github-actions bot commented Jul 11, 2024

Terraform plan in terraform/dev in the hushline-dev-dev-deploy workspace

With variables

branch = "dev-deploy"
name   = "hushline-dev-dev-deploy"
Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # digitalocean_project.hush_line_dev will be created
+   resource "digitalocean_project" "hush_line_dev" {
+       created_at  = (known after apply)
+       description = "Development instance based on the dev-deploy branch"
+       environment = "Development"
+       id          = (known after apply)
+       is_default  = false
+       name        = "hushline-dev-dev-deploy"
+       owner_id    = (known after apply)
+       owner_uuid  = (known after apply)
+       purpose     = "Web Application"
+       resources   = (known after apply)
+       updated_at  = (known after apply)
    }

  # module.app.digitalocean_app.app will be created
+   resource "digitalocean_app" "app" {
+       active_deployment_id = (known after apply)
+       created_at           = (known after apply)
+       default_ingress      = (known after apply)
+       id                   = (known after apply)
+       live_url             = (known after apply)
+       project_id           = (known after apply)
+       updated_at           = (known after apply)
+       urn                  = (known after apply)

+       dedicated_ips (known after apply)

+       spec {
+           domains = (known after apply)
+           name    = "hushline-dev-dev-deploy"
+           region  = "sfo"

+           alert {
+               disabled = false
+               rule     = "DEPLOYMENT_FAILED"
            }

+           domain (known after apply)

+           ingress (known after apply)

+           service {
+               dockerfile_path    = "Dockerfile"
+               http_port          = 8080
+               instance_count     = 1
+               instance_size_slug = "apps-s-1vcpu-0.5gb"
+               internal_ports     = (known after apply)
+               name               = "hushline"
+               run_command        = (known after apply)

+               github {
+                   branch         = "dev-deploy"
+                   deploy_on_push = true
+                   repo           = "scidsg/hushline"
                }

+               health_check {
+                   http_path = "/health.json"
                }

+               routes (known after apply)
            }
        }
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
+   app_live_url = (known after apply)

✅ Plan applied in Deploy/Destroy Branch Dev Environment #114

Outputs
app_live_url = "https://hushline-dev-dev-deploy-2nk8m.ondigitalocean.app"

Copy link

🚀 App successfully deployed to https://hushline-dev-dev-deploy-2nk8m.ondigitalocean.app!

@jeremywmoore jeremywmoore added the destroy destroy dev deployment label Jul 11, 2024
@github-actions github-actions bot removed deploy create dev deployment destroy destroy dev deployment labels Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant