2 Commits

Author SHA1 Message Date
Jay a487ae9019 modify drone config
continuous-integration/drone/push Build is passing
2021-07-02 10:33:33 +08:00
Jay 1544dfc59e [fix] systemd service
continuous-integration/drone/push Build is passing
2021-06-15 00:20:36 +08:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ steps:
- cp deploy /data
- cp config.yml.sample /data/config.yml
- cd /data && tar cvf release.tar --exclude=release.tar .
- name: relase
- name: release
image: plugins/gitea-release
volumes:
- name: dist
+2 -1
View File
@@ -2,7 +2,8 @@
Description=Auto Deploy Service
[Service]
Type=sample
Type=simple
User=root
WorkingDirectory=/etc/auto-deploy-service
ExecStart=/usr/local/bin/deploy
Restart=always