Browse Source

tweaks to the packaging process

environments/production/deployments/9
Drew Short 9 years ago
parent
commit
40b756777e
  1. 5
      package-and-deploy.sh

5
package-and-deploy.sh

@ -28,3 +28,8 @@ cp ~/DPSResume.pdf .
git add .
git commit -m "Auto updating resume site files"
git push origin gh-pages
# Prepare the current directory
git clean -fq .
git clean -dXq
git checkout master
Loading…
Cancel
Save