add systemd to artifacts

This commit is contained in:
qiaofeng1227 2023-09-27 08:49:10 +08:00
parent 2e4ddc6a24
commit 88b12f7a84
4 changed files with 7 additions and 2 deletions

View file

@ -33,6 +33,7 @@ jobs:
cp -r scripts websoft9 cp -r scripts websoft9
cp -r install websoft9 cp -r install websoft9
cp -r docs websoft9 cp -r docs websoft9
cp -r systemd websoft9
cp *.md websoft9 cp *.md websoft9
cp version.json websoft9 cp version.json websoft9
zip -r websoft9-$version.zip websoft9 zip -r websoft9-$version.zip websoft9

View file

@ -1,3 +1,7 @@
## 0.8.22 release on 2023-09-27
1. add systemd to websoft9 artifacts
## 0.8.20 release on 2023-08-23 ## 0.8.20 release on 2023-08-23
1. appmanage config files error:bug fix 1. appmanage config files error:bug fix

View file

@ -1 +1 @@
1. websoft9 new framework init release 1. add systemd to websoft9 artifacts

View file

@ -1,5 +1,5 @@
{ {
"version": "0.8.21", "version": "0.8.22",
"plugins": { "plugins": {
"portainer": "0.0.6", "portainer": "0.0.6",
"nginx": "0.0.5", "nginx": "0.0.5",