Skip to content

Commit 1d924ec

Browse files
fix!: connect to new api vm (#5)
1 parent 6319cf3 commit 1d924ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
env:
2525
SCHEMAS_URL: https://raw.githubusercontent.com/lambda-feedback/request-response-schemas/master/
26-
API_CONNECTION: ${{secrets.API_CONNECTION}}
26+
API_CONNECTION: http://20.0.99.73:8000
27+
#API_CONNECTION: ${{secrets.API_CONNECTION}}
2728

2829
steps:
2930
- name: Checkout

0 commit comments

Comments
 (0)