Update deploy script to work with S3
This commit is contained in:
+1
-4
@@ -1,6 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ssh crafting-guide@www.crafting-guide.com << EOF
|
||||
cd repo
|
||||
git pull
|
||||
EOF
|
||||
aws s3 sync html/ s3://crafting-guide.com/
|
||||
|
||||
Reference in New Issue
Block a user