fix: make install rights
This commit is contained in:
13
README.md
13
README.md
@@ -48,15 +48,16 @@ A `Makefile` is integrated to let you run some basic commands.
|
||||
Two workflows are set up.
|
||||
|
||||
- Continuous Integration:
|
||||
- triggered by each push on branch `main`
|
||||
- runs shellcheck on script `certbot_renew`
|
||||
- builds tarball and rpm package to test everything is OK
|
||||
|
||||
- triggered by each push event on branch `main`
|
||||
- runs shellcheck
|
||||
- builds tarball
|
||||
- builds rpm package
|
||||
|
||||
- Continuous Delivery:
|
||||
- triggered by each tag pushed
|
||||
- triggered by each tag push event
|
||||
- builds tarball
|
||||
- builds and uploads rpm package to `Gitea` repository
|
||||
- builds rpm package
|
||||
- uploads rpm package to repository
|
||||
|
||||
|
||||
# Deployment
|
||||
|
||||
Reference in New Issue
Block a user