Skip to content

Update OpenAPI URL for production environment and Docker setup - #2298

Merged
AbhishekPAnil merged 2 commits into
developfrom
feature/issue-2281
Aug 31, 2026
Merged

Update OpenAPI URL for production environment and Docker setup#2298
AbhishekPAnil merged 2 commits into
developfrom
feature/issue-2281

Conversation

@AbhishekPAnil

Copy link
Copy Markdown
Contributor

This pull request introduces a new environment variable, VITE_APP_OPEN_API_URL, across the project to support configuration for an additional API endpoint. The variable is added to environment configuration files and set appropriately for production, staging, and local workflows.

Environment variable additions:

  • Added VITE_APP_OPEN_API_URL to .env.example to document the new required environment variable for developers.
  • Set VITE_APP_OPEN_API_URL in .env.production to the production API endpoint (https://api.footlight.io).

Workflow configuration updates:

  • Updated .github/workflows/publish-production-docker-image.yml to include VITE_APP_OPEN_API_URL with the production value for Docker image builds.
  • Updated .github/workflows/publish-staging-docker-image.yml to include VITE_APP_OPEN_API_URL with the staging value (https://staging-api.footlight.io) for Docker image builds.

@aws-amplify-ca-central-1

Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2298.dla06mbe0wyl7.amplifyapp.com

@AbhishekPAnil
AbhishekPAnil merged commit a98e4aa into develop Aug 31, 2026
2 of 4 checks passed
@AbhishekPAnil
AbhishekPAnil deleted the feature/issue-2281 branch August 31, 2026 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant