Added update script for server
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user