Skip to content

Commit

Permalink
Merge pull request #90 from the-hideout/GrantBirki-patch-1
Browse files Browse the repository at this point in the history
Update branch-deploy.yml
  • Loading branch information
GrantBirki authored Oct 8, 2024
2 parents f5b2aba + 1f73f5d commit a7c0d03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:
deployments: write
contents: write
checks: read
statuses: read

jobs:
branch-deploy:
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
- name: terratrash
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
uses: GrantBirki/terratrash-action@v0.0.2
uses: GrantBirki/terratrash-action@v1.0.0
with:
input_file_path: terraform/terraform-output.txt
erb_render_template: .github/deployment_message.md
Expand Down
1 change: 1 addition & 0 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 3 additions & 12 deletions terraform/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ resource "cloudflare_record" "api" {
name = "api"
proxied = true
ttl = 1
type = "CNAME"
value = "api.hideout-api.workers.dev"
type = "A"
value = "135.148.120.117"
zone_id = var.CLOUDFLARE_ZONE_ID
}

Expand Down Expand Up @@ -66,16 +66,7 @@ resource "cloudflare_record" "socket" {
proxied = true
ttl = 1
type = "CNAME"
value = "tarkov-socket-server-production.up.railway.app"
zone_id = var.CLOUDFLARE_ZONE_ID
}

resource "cloudflare_record" "market" {
name = "market"
proxied = true
ttl = 1
type = "A"
value = "209.151.146.50"
value = "sxzwu785.up.railway.app"
zone_id = var.CLOUDFLARE_ZONE_ID
}

Expand Down

0 comments on commit a7c0d03

Please sign in to comment.