mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
maintenance script
This commit is contained in:
parent
a2c914d2a1
commit
4cda535cee
9
deployment/bare_metal/maintenance.sh
Normal file
9
deployment/bare_metal/maintenance.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# update system
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade
|
||||
|
||||
# update pm2
|
||||
sudo yarn global add pm2
|
||||
pm2 update
|
||||
Loading…
x
Reference in New Issue
Block a user