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

fix: allow config.yaml to be updated when already present for standalone mode #494

Merged
merged 9 commits into from
Sep 11, 2023
Merged
Prev Previous commit
Next Next commit
fix filename
Signed-off-by: Ashish Tiwari <[email protected]>
Revolyssup committed Sep 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0cbb9fb7473ab7dadf371c7ee8a6362caa223d60
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ jobs:
env:
APISIX_IMAGE_TAG: ${{ format('{0}-{1}', env.APISIX_VERSION, matrix.platform) }}
APISIX_STAND_ALONE: true
run: docker-compose -p docker-apisix -f example/docker-compose.yml up -d
run: docker-compose -p docker-apisix -f example/docker-compose-standalone.yml up -d

- name: Test APISIX
run: |