Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 9a42ef16
authored
2026-02-16 05:50:47 +0000
by
root
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merge
1 parent
3d94bca9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
deploy.sh
ecosystem.config.js
pages/budgetpanorama/index.js
deploy.sh
100644 → 100755
View file @
9a42ef1
sudo git pull
sudo git pull
sudo npm run build
sudo npm run build
sudo pm2 stop advith_
frontend_io
sudo pm2 stop advith_
io_frontend
sudo pm2 start advith_
frontend_io
sudo pm2 start advith_
io_frontend
ecosystem.config.js
View file @
9a42ef1
module
.
exports
=
{
module
.
exports
=
{
apps
:
[
apps
:
[
{
{
name
:
'advith_frontend'
,
name
:
'advith_
io_
frontend'
,
script
:
'npm'
,
script
:
'npm'
,
args
:
'run start'
,
args
:
'run start'
,
},
},
...
...
pages/budgetpanorama/index.js
View file @
9a42ef1
...
@@ -307,3 +307,4 @@ export async function getServerSideProps() {
...
@@ -307,3 +307,4 @@ export async function getServerSideProps() {
console.log("Error", error);
console.log("Error", error);
}
}
}
}
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment