deploy-to-ovh.sh 479 B

12345678910111213141516171819
  1. #!/bin/bash
  2. # Deploy to www.jovian-hersemeule.eu
  3. gitRoot=`git rev-parse --show-toplevel`
  4. from="$gitRoot/web/"
  5. host='ftp.cluster021.hosting.ovh.net'
  6. port='21'
  7. bash "$gitRoot/undeployed/scripts/deploy/up-date.sh"
  8. bash "$gitRoot/undeployed/scripts/deploy/up-version.sh"
  9. read -s -p "[deploy] password for $host: " password
  10. echo
  11. # ftp operation
  12. echo $password
  13. git checkout -- "$gitRoot/web/include/generated/date.txt"
  14. git checkout -- "$gitRoot/web/include/generated/version.txt"