Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolb committed Sep 8, 2023
1 parent 24d9bb1 commit 70cb439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/spectral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
tar -xf deck.tar.gz -C /tmp
sudo cp /tmp/deck /usr/local/bin/
# Ping to your Kong instance
# Ping to your Kong instance
- name: decK ping
id: decK_ping
env:
Expand All @@ -59,7 +58,7 @@ jobs:
run: deck ping --konnect-runtime-group-name ${{ secrets.DECK_GROUP_NAME }} --konnect-token ${{ secrets.DECK_PAT }}
if: github.event_name == 'release'

# Generate Config File to sync
# Generate Config File to sync
- name: decK file openapi2kong
id: deck_file_openapi2kong
env:
Expand Down
2 changes: 1 addition & 1 deletion tsoa.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["./src/controllers/**/*Controller.ts"],
"spec": {
"host": "localhost:3000",
"host": "pet-store-kong-3abae03b4c44.herokuapp.com",
"basePath": "/v1/",
"outputDirectory": "./spec",
"specVersion": 3,
Expand Down

0 comments on commit 70cb439

Please sign in to comment.