Browse Source

Fixed missing flags

environments/production/deployments/9
Drew Short 9 years ago
parent
commit
4b973073e0
  1. 4
      package-and-deploy.sh

4
package-and-deploy.sh

@ -16,7 +16,7 @@ cp ResumeSite.tar.gz ~/tmp
# Prepare the current directory # Prepare the current directory
git clean -fq . git clean -fq .
git clean -Xq
git clean -fXq
git checkout . git checkout .
#Checkout the deployment directory #Checkout the deployment directory
@ -34,5 +34,5 @@ git push origin gh-pages
# Prepare the current directory # Prepare the current directory
git clean -fq . git clean -fq .
git clean -dXq
git clean -fdXq
git checkout master git checkout master
Loading…
Cancel
Save