Browse Source

Wrong port

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

2
package-and-deploy.sh

@ -30,7 +30,7 @@ mv ~/tmp/DPSResume.pdf .
# Add the files
git add .
git commit -m "Auto updating resume site files"
git push ssh://git@gitlab.sothr.com:9142/warricksothr/resume.git HEAD:gh-pages --force
git push ssh://git@gitlab.sothr.com:9141/warricksothr/resume.git HEAD:gh-pages --force
# Prepare the current directory
git clean -fq .

Loading…
Cancel
Save