-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Apr 23, 2024
1 parent
37ce703
commit b14bced
Showing
6 changed files
with
939 additions
and
36 deletions.
There are no files selected for viewing
This file contains 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 @@ | ||
1090933 |
This file contains 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,22 @@ | ||
module.exports = { | ||
apps : [{ | ||
script: 'npm run start', | ||
watch: '.' | ||
}, { | ||
script: './service-worker/', | ||
watch: ['./service-worker'] | ||
}], | ||
|
||
deploy : { | ||
production : { | ||
user : 'SSH_USERNAME', | ||
host : 'SSH_HOSTMACHINE', | ||
ref : 'origin/master', | ||
repo : 'GIT_REPOSITORY', | ||
path : 'DESTINATION_PATH', | ||
'pre-deploy-local': '', | ||
'post-deploy' : 'npm install && pm2 reload ecosystem.config.js --env production', | ||
'pre-setup': '' | ||
} | ||
} | ||
}; |
This file contains 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
Oops, something went wrong.