Skip to content

Commit

Permalink
🎨 使用pm2管理应用
Browse files Browse the repository at this point in the history
  • Loading branch information
xkrfer committed Apr 9, 2022
1 parent ac63553 commit 03fc104
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker/push/ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
apps: [
{
name: 'ios-push-notifications',
script: './gorush',
args: '-c ios.yml',
},
{
name: 'clip-push-notifications',
script: './gorush',
args: '-c clip.yml',
},
],
};
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pushdeer-web</title>
<script type="module" crossorigin src="/assets/index.369866de.js"></script>
<link rel="modulepreload" href="/assets/vendor.5ddf1cba.js">
<link rel="stylesheet" href="/assets/index.deec828e.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit 03fc104

Please sign in to comment.