clean up
This commit is contained in:
@@ -200,13 +200,13 @@ git commit -m 'fixed visuals'
|
||||
git push
|
||||
```
|
||||
### Release the update
|
||||
Pull the changes on your server
|
||||
Navigate to the app directory on your server
|
||||
```bash
|
||||
git pull
|
||||
cd /virt/nexus-timer
|
||||
```
|
||||
Build the docker image and restart the service
|
||||
Pull the changes, build the docker image and restart the service
|
||||
```bash
|
||||
docker build -t virt-nexus-timer . && systemctl restart virt-nexus-timer.service
|
||||
git pull && docker build -t virt-nexus-timer . && systemctl restart virt-nexus-timer.service
|
||||
```
|
||||
View real-time logs
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user