Add web app serve for alpha deployment#241
Open
barshathakuri wants to merge 1 commit into
Open
Conversation
633228e to
dae4eb2
Compare
dae4eb2 to
dd92a62
Compare
dd92a62 to
ef74047
Compare
ef74047 to
d5c459d
Compare
d5c459d to
d397782
Compare
d397782 to
404b6c1
Compare
d02be3a to
5d4a90b
Compare
5d4a90b to
202b7fd
Compare
202b7fd to
5d33202
Compare
AdityaKhatri
requested changes
Dec 17, 2025
| @@ -1,143 +1,4 @@ | |||
| # Swap files | |||
| *.swp | |||
Contributor
Author
There was a problem hiding this comment.
These files are not required in dockerignore.
| ENV APP_HCAPTCHA_SITEKEY=APP_HCAPTCHA_SITEKEY_PLACEHOLDER | ||
| ENV APP_TITLE=Alerthub | ||
| ENV APP_ENVIRONMENT=production | ||
| ENV APP_MAPBOX_ACCESS_TOKEN=WEB_APP_SERVE_PLACEHOLDER__APP_MAPBOX_ACCESS_TOKEN |
Member
There was a problem hiding this comment.
Don't do this, use a dummy data or leave it empty.
We only need to do this to variables that are used outside of the application itself.
| submodules: true | ||
|
|
||
| - name: Publish web-app-serve | ||
| uses: toggle-corp/web-app-serve-action@v0.1.1 |
5d33202 to
735a73d
Compare
735a73d to
b3480a6
Compare
b3480a6 to
95dea96
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add web app serve
Addresses
Depends On
Changes
This PR Ensures:
console.logstatements meant for debuggingpnpm lintruns without errorspnpm typecheckpasses (no type errors)pnpm knippassespnpm buildcompletes successfullyAdditional Notes
Optional: Add any other relevant context, screenshots, or details here.