Merge branch 'main' of https://github.com/Xargana/blahaj-srv
This commit is contained in:
commit
89fd55e71a
1 changed files with 6 additions and 0 deletions
6
update.sh
Normal file
6
update.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
cd /var/server/blahaj-srv
|
||||
git commit -a -m "auto update"
|
||||
git pull origin main -m "auto merge"
|
||||
chown -R www-data:www-data /var/server/blahaj-srv
|
||||
pm2 restart status-service-api
|
||||
Loading…
Add table
Add a link
Reference in a new issue