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

add dev-api #82

Closed
wants to merge 2 commits into from
Closed

add dev-api #82

wants to merge 2 commits into from

Conversation

GrantBirki
Copy link
Member

No description provided.

@GrantBirki GrantBirki requested a review from a team as a code owner March 5, 2024 01:43
Copy link

github-actions bot commented Mar 5, 2024

👋 Thanks for opening a pull request!

If you are new, please check out the deployment process to understand how to deploy this pull request. A trimmed down summary will be listed below:

  1. 🧪 Run a noop deployment with .deploy noop as a comment on this PR

  2. 👀 Observe the CI and noop output on this pull request to ensure it is passing and doing what it is supposed to do

  3. ✔️ Obtain an approval/review on this pull request

  4. 🚀 Branch deploy your pull request to production - example

    Comment .deploy on this pull request to trigger a deploy. If anything goes wrong, rollback with .deploy main

  5. 🎉 Merge!

@GrantBirki
Copy link
Member Author

.noop

Copy link

github-actions bot commented Mar 5, 2024

Deployment Triggered 🚀

GrantBirki, started a noop deployment to production

You can watch the progress here 🔗

noop: test

Copy link

github-actions bot commented Mar 5, 2024

Deployment Results ✅

GrantBirki successfully noop deployed branch test to production

Show Results
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:

  # cloudflare_ruleset.security_response_headers will be updated in-place
  ~ resource "cloudflare_ruleset" "security_response_headers" {
        id          = "99896b7130154c279bd0dd1d94f109ec"
        name        = "Security Response Headers"
        # (4 unchanged attributes hidden)

      ~ rules {
          ~ expression  = "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\")" -> "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\" and not http.host contains \"dev-api\")"
            id          = "03b7296bc0ea48b7bc80953e8cc6ca70"
            # (3 unchanged attributes hidden)

            # (1 unchanged block hidden)
        }
    }

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

@GrantBirki
Copy link
Member Author

.deploy

Copy link

github-actions bot commented Mar 5, 2024

Deployment Triggered 🚀

GrantBirki, started a branch deployment to production

You can watch the progress here 🔗

Branch: test

Copy link

github-actions bot commented Mar 5, 2024

Deployment Results ✅

GrantBirki successfully branch deployed branch test to production

Show Results
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:

  # cloudflare_ruleset.security_response_headers will be updated in-place
  ~ resource "cloudflare_ruleset" "security_response_headers" {
        id          = "99896b7130154c279bd0dd1d94f109ec"
        name        = "Security Response Headers"
        # (4 unchanged attributes hidden)

      ~ rules {
          ~ expression  = "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\")" -> "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\" and not http.host contains \"dev-api\")"
            id          = "03b7296bc0ea48b7bc80953e8cc6ca70"
            # (3 unchanged attributes hidden)

            # (1 unchanged block hidden)
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.
cloudflare_ruleset.security_response_headers: Modifying... [id=99896b7130154c279bd0dd1d94f109ec]
cloudflare_ruleset.security_response_headers: Modifications complete after 1s [id=99896b7130154c279bd0dd1d94f109ec]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

@GrantBirki
Copy link
Member Author

.deploy main

Copy link

github-actions bot commented Mar 5, 2024

Deployment Triggered 🚀

GrantBirki, started a branch deployment to production

You can watch the progress here 🔗

Branch: main

Copy link

github-actions bot commented Mar 5, 2024

Deployment Results ✅

GrantBirki successfully branch deployed branch main to production

Show Results
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:

  # cloudflare_ruleset.security_response_headers will be updated in-place
  ~ resource "cloudflare_ruleset" "security_response_headers" {
        id          = "99896b7130154c279bd0dd1d94f109ec"
        name        = "Security Response Headers"
        # (4 unchanged attributes hidden)

      ~ rules {
          ~ expression  = "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\" and not http.host contains \"dev-api\")" -> "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\")"
            id          = "cff72d9476fe4486abc566e1a2919930"
            # (3 unchanged attributes hidden)

            # (1 unchanged block hidden)
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.
cloudflare_ruleset.security_response_headers: Modifying... [id=99896b7130154c279bd0dd1d94f109ec]
cloudflare_ruleset.security_response_headers: Modifications complete after 0s [id=99896b7130154c279bd0dd1d94f109ec]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

@GrantBirki GrantBirki closed this Mar 5, 2024
@GrantBirki GrantBirki deleted the test branch March 5, 2024 01:49
@GrantBirki GrantBirki restored the test branch March 5, 2024 02:15
@GrantBirki GrantBirki reopened this Mar 5, 2024
@GrantBirki
Copy link
Member Author

.noop

Copy link

github-actions bot commented Mar 5, 2024

Deployment Triggered 🚀

GrantBirki, started a noop deployment to production

You can watch the progress here 🔗

noop: test

Copy link

github-actions bot commented Mar 5, 2024

Deployment Results ✅

GrantBirki successfully noop deployed branch test to production

Show Results
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:

  # cloudflare_ruleset.security_response_headers will be updated in-place
  ~ resource "cloudflare_ruleset" "security_response_headers" {
        id          = "99896b7130154c279bd0dd1d94f109ec"
        name        = "Security Response Headers"
        # (4 unchanged attributes hidden)

      ~ rules {
          ~ expression  = "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\")" -> "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\" and not http.host contains \"dev-api\")"
            id          = "314e4cc3f4cf47168d8bcabf8ac85bd8"
            # (3 unchanged attributes hidden)

            # (1 unchanged block hidden)
        }
    }

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

@GrantBirki GrantBirki closed this Mar 5, 2024
@GrantBirki GrantBirki deleted the test branch March 5, 2024 02:17
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