yeet source viewer; replace with gitea
This commit is contained in:
7
start_dev.sh
Executable file
7
start_dev.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
echo '==== Cleaning up dead screens ===='
|
||||
screen -wipe portfolio_devel
|
||||
echo '==== Restarting Nginx ===='
|
||||
rc-service nginx restart
|
||||
echo '===== Starting server ===='
|
||||
sudo -iu prod bash -c 'cd /development/website && node --permission --allow-fs-read=/development/website/* .'
|
||||
Reference in New Issue
Block a user