@sikka/hawa 0.1.80 → 0.1.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,12 +71,10 @@ jobs:
|
|
|
71
71
|
|
|
72
72
|
- name: Change working directory to ./landing
|
|
73
73
|
run: cd ./landing
|
|
74
|
-
|
|
75
74
|
- name: Use Node.js ${{ matrix.node-version }}
|
|
76
75
|
uses: actions/setup-node@v2
|
|
77
76
|
with:
|
|
78
77
|
node-version: ${{ matrix.node-version }}
|
|
79
|
-
|
|
80
78
|
- name: Install Hawa Landing
|
|
81
79
|
run: |
|
|
82
80
|
rm -fr /home/cloudpanel/htdocs/hawa.style || true
|
|
@@ -86,14 +84,7 @@ jobs:
|
|
|
86
84
|
npm install
|
|
87
85
|
npm run build --if-present
|
|
88
86
|
ln -s /var/www/html/sikka-software/_work/Hawa/Hawa/landing /home/cloudpanel/htdocs/hawa.style
|
|
89
|
-
|
|
90
|
-
- name: Stop and Delete Previous PM2 Process
|
|
91
|
-
run: |
|
|
92
87
|
pm2 stop hawa-landing || true
|
|
93
88
|
pm2 delete hawa-landing || true
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
run: pm2 start npm --name "hawa-landing" -- start || true
|
|
97
|
-
|
|
98
|
-
- name: Save PM2 Process List
|
|
99
|
-
run: pm2 save || true
|
|
89
|
+
pm2 start npm --name "hawa-landing" -- start || true
|
|
90
|
+
pm2 save || true
|