Added update script for server
This commit is contained in:
parent
f265303b20
commit
0a94ae36dc
10
update_code.sh
Normal file
10
update_code.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#Not that this should be run in order to update the code during updates
|
||||
|
||||
rm -Rf ./EoQ_Supporting_Files
|
||||
git clone https://git.telos.digital/PeterEdmond/EoQ_Supporting_Files.git
|
||||
|
||||
rm -Rf /var/www/html/surveys
|
||||
mv ./EoQ_Supporting_Files /var/www/html/surveys
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user