Flask
Mini-CI
Projects
Board
+ Add Project
Edit Project
Project Name
GitHub Repository URL
Repository (owner/repo)
Target Branch
Webhook Secret (Optional)
If set, GitHub webhooks must be configured with this secret.
Bash Script Steps
echo "VITE_PHX_ENDPOINT=localhost:4700" > .env.production echo "VITE_PHX_ENDPOINT=api.netspheremall.com" >> .env.production echo "VITE_PHX_WS_PROTOCOL=wss://" >> .env.production echo "VITE_PHX_HTTP_PROTOCOL=https://" >> .env.production echo "VITE_PHX_COOKIE=_netsphere" >> .env.production echo "VITE_API_URL=https://api.netspheremall.com" >> .env.production echo "ENABLE_FEATURE_X=true" >> .env.production echo "ENABLE_FEATURE_Y=false" >> .env.production echo "NODE_ENV=production" >> .env.production echo "API_VERSION=v1" >> .env.production echo "DEFAULT_LANGUAGE=en" >> .env.production echo "DEBUG_MODE=false" >> .env.production echo "DEFAULT_PAGE_SIZE=20" >> .env.production echo "MAX_PAGE_SIZE=100" >> .env.production echo "MAX_FILE_SIZE=5242880" >> .env.production echo "ALLOWED_FILE_TYPES=image/jpeg,image/png,application/pdf" >> .env.production git submodule update --remote export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion (optional) nvm use 20 nvm use v20.18.0 npm -v npm install npm run build pm2 del netsphere_sld || true pm2 --name netsphere_sld start npm -- start
Edit
Cancel
Delete Project
Payload URL for GitHub:
http://jimatlabs.com/webhook/2
Set Content Type to
application/json
in GitHub.
Delete Project
Are you sure you want to delete
yithanglee/netsphere_sld
? This will remove all build history and logs.