-
Notifications
You must be signed in to change notification settings - Fork 44
chore: P1 - stage.dzcode.io
to new more powerful VPS
#654
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
Open
ZibanPirate
wants to merge
21
commits into
main
Choose a base branch
from
chore/deploy-to-zcluster
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,244
−1,611
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
927db93
added script and config files to deploy to zcluster
ZibanPirate 59ae348
initiated ./web-server
ZibanPirate 727c349
feat: initialize web server with express and TypeScript
ZibanPirate bee4195
added dynamic routes and fallback to static content
ZibanPirate a9c5a45
refactor: update Dockerfile for Node.js setup and remove Nginx config…
ZibanPirate 6a25150
included fullstack config
ZibanPirate ba81541
generate project sitemap in ./web-server
ZibanPirate 7e67739
auto gen web-server deps into dockerfile copy steps
ZibanPirate f61b9d5
generate the rest of sitemaps in ./web-server
ZibanPirate 73b6e81
refactor: improve XML escaping in sitemap generation
ZibanPirate 644b109
render project page
ZibanPirate 734fd27
feat: add contribution and contributor page rendering logic
ZibanPirate 55c7f93
removed cloudflare
ZibanPirate 7e95413
removed redundant rsbuild config file
ZibanPirate 8cb7473
modify deploy action to only deploy api using the old way
ZibanPirate a7a01a7
setup ./web-server CD
ZibanPirate e9f2994
fix: specify Dockerfile path in build command for consistency
ZibanPirate a40fb14
fix: update Docker build command to use buildx and correct file path
ZibanPirate 6fabbb9
feat: add zcluster installation and deployment steps to workflow
ZibanPirate 1f619a1
fix: streamline zcluster installation steps in deployment workflow
ZibanPirate 61537ce
fix: update zcluster deployment command to use correct docker-compose…
ZibanPirate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
services: | ||
web: | ||
image: ghcr.io/dzcode-io/stage-dot-dzcode-dot-io-server:latest | ||
pull_policy: always | ||
restart: unless-stopped | ||
environment: | ||
- VIRTUAL_HOST=stage.dzcode.io | ||
- LETSENCRYPT_HOST=stage.dzcode.io | ||
- STAGE=staging | ||
networks: | ||
- main-infra-network | ||
|
||
networks: | ||
main-infra-network: | ||
external: true |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you share what is this tool and why it's needed here?