Commit b304e984 authored by Owain Jones's avatar Owain Jones
Browse files

few tweaks

parent 68f8fd06
......@@ -39,9 +39,8 @@ echo "CREATE USER 'gliders'@'%' IDENTIFIED BY 'gliders9876';" | mysql -u root -p
echo "GRANT ALL ON gliders.* TO 'gliders'@'%';" | mysql -u root -p
cd bin
./migrate_data.sh
./migrate_argos.sh
# Deploy the website
cd /home/gliders/code/gliders-website
./bin/deploy.sh
./bin/deploy_dev.sh
./bin/deploy.sh /var/gliders/www_dev dev
./bin/deploy.sh /var/gliders/www prod
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment