Skip to content

Commit

Permalink
Update BACKEND_URL in all workflows to api.allocator.tech
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed May 17, 2024
1 parent fff3bb1 commit eb1e5bb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approval-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
validate-approval:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Call Backend to Validate Application Approval
id: validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
automerge-pr:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Call Backend to Validate Automerge Request
id: validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-for-changes:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Call Backend to Check Application Changes
id: validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-merged-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
delete-branch:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Delete branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
validate-flow:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Call Backend to Validate Application Flow
id: validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-modification-to-pr-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
convert-issue-to-pr:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
convert-issue-to-pr:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proposal-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
validate-proposal:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Call Backend to Validate Application Proposal
id: validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew-application-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
renew_cache:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Renew Application Cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
validate-trigger:
runs-on: ubuntu-latest
env:
BACKEND_URL: https://fp-core-prod.dp04sa0tdc6pk.us-east-1.cs.amazonlightsail.com
BACKEND_URL: https://api.allocator.tech
steps:
- name: Call Backend to Validate Application Trigger
id: validate
Expand Down

0 comments on commit eb1e5bb

Please sign in to comment.