Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sweepstake
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arjun Jhukal
sweepstake
Commits
d49f99e2
Commit
d49f99e2
authored
Feb 02, 2026
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the firekirin new deployment pipeline
parent
af2d9222
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
148 additions
and
122 deletions
+148
-122
deploy.yml
.github/workflows/deploy.yml
+138
-117
ecosystem.config.js
ecosystem.config.js
+10
-5
No files found.
.github/workflows/deploy.yml
View file @
d49f99e2
This diff is collapsed.
Click to expand it.
ecosystem.config.js
View file @
d49f99e2
...
@@ -2,9 +2,10 @@ module.exports = {
...
@@ -2,9 +2,10 @@ module.exports = {
apps
:
[{
apps
:
[{
name
:
'getFirekirin'
,
name
:
'getFirekirin'
,
script
:
'node_modules/next/dist/bin/next'
,
script
:
'node_modules/next/dist/bin/next'
,
args
:
'start
-p 3000
'
,
args
:
'start'
,
cwd
:
'/
var/www/getFirekirin
'
,
cwd
:
'/
home/1522942.cloudwaysapps.com/swsjapwyjk
'
,
instances
:
1
,
instances
:
1
,
exec_mode
:
'cluster'
,
autorestart
:
true
,
autorestart
:
true
,
watch
:
false
,
watch
:
false
,
max_memory_restart
:
'1G'
,
max_memory_restart
:
'1G'
,
...
@@ -12,8 +13,11 @@ module.exports = {
...
@@ -12,8 +13,11 @@ module.exports = {
NODE_ENV
:
'production'
,
NODE_ENV
:
'production'
,
PORT
:
3000
PORT
:
3000
},
},
error_file
:
'/var/www/getFirekirin/logs/pm2-error.log'
,
error_file
:
'/home/1522942.cloudwaysapps.com/swsjapwyjk/logs/pm2-error.log'
,
out_file
:
'/var/www/getFirekirin/logs/pm2-out.log'
,
out_file
:
'/home/1522942.cloudwaysapps.com/swsjapwyjk/logs/pm2-out.log'
,
log_date_format
:
'YYYY-MM-DD HH:mm:ss Z'
log_date_format
:
'YYYY-MM-DD HH:mm:ss Z'
,
merge_logs
:
true
,
max_restarts
:
10
,
min_uptime
:
'10s'
}]
}]
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment