We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stage
develop
<version_no>
pm2 flush
sudo rm -rf /var/logs/nginx
src/hyperfyre-backend
git checkout <version_no>
yarn
yarn build
rm -rf /tmp/hyperfyre-backend.log
pm2 delete all
cd src/hyperfyre-backend
pm2 start 'yarn start' --name hf-api-server:3004
pm2 start 'yarn healthCheck' --name hf-health-checker
pm2 start 'yarn start:mail' --name hf-mail-worker
pm2 start 'yarn start:webpush' --name hf-webpush-worker
pm2 l
pm2 logs <process_ID>
npm i
VUE_APP_VERSION
npm run build
app.fyre.hypersign.id
/hyperfyre-frontend/dist
/*
The text was updated successfully, but these errors were encountered:
Pratap2018
No branches or pull requests
Steps of deployment process in production
Pr-requisite
Backend
stage
anddevelop
branches<version_no>
in package.json file.<version_no>
from stagepm2 flush
sudo rm -rf /var/logs/nginx
src/hyperfyre-backend
git checkout <version_no>
yarn
yarn build
rm -rf /tmp/hyperfyre-backend.log
pm2 delete all
cd src/hyperfyre-backend
pm2 start 'yarn start' --name hf-api-server:3004
pm2 start 'yarn healthCheck' --name hf-health-checker
pm2 start 'yarn start:mail' --name hf-mail-worker
pm2 start 'yarn start:webpush' --name hf-webpush-worker
pm2 l
&&pm2 logs <process_ID>
Frontend
stage
anddevelop
branches<version_no>
in package.json file.<version_no>
from stage<version_no>
in your local machinegit checkout <version_no>
&&npm i
VUE_APP_VERSION
in ENVnpm run build
app.fyre.hypersign.id
bucket/hyperfyre-frontend/dist
folder and upload on S3/app.fyre.hypersign.id
alternate domain -> go to invaliadation and create object paths as/*
Post Deployment steps
<version_no>
in backend<version_no>
in frontend<version_no>
to master in backend<version_no>
to master in frontendThe text was updated successfully, but these errors were encountered: