Browse Source

removed that dumb tag reference

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

2
package-and-deploy.sh

@ -18,7 +18,7 @@ git clean -Xq
git checkout .
#Checkout the deployment directory
git checkout tags/gh-pages
git checkout gh-pages
# Copy the files
tar -zxvf ~/ResumeSite.tar.gz .

Loading…
Cancel
Save