Commit 60e85121 authored by Owain Jones's avatar Owain Jones
Browse files

added note to deploy.sh

parent 9287d9d8
......@@ -49,7 +49,10 @@ echo "GRANT ALL ON gliders.* TO 'gliders'@'%';" | mysql -u root -p$pass
cd bin
sh migrate_data.sh
# Set up a GitHub API key and add it to .bash_profile
# export API_KEY=...
# Deploy the website
cd /home/gliders/code/gliders-website
sh bin/deploy.sh /var/gliders/www_dev dev
sh bin/deploy.sh /var/gliders/www prod
sh bin/deploy.sh /var/gliders/www prod
\ No newline at end of file
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