You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
367B

  1. #/bin/bash
  2. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
  3. PROJ_DIR="$SCRIPT_DIR/../"
  4. rm -rf /tmp/goweb
  5. mkdir -p /tmp/goweb
  6. rsync -a $PROJ_DIR /tmp/goweb/
  7. rm -rf /tmp/goweb/html/*
  8. rsync -avh /mnt/hgfs/workspace/2021-07-31-BiukopWeb/ /tmp/goweb/html/
  9. cd /tmp/goweb
  10. #gcloud app deploy
  11. source $SCRIPT_DIR/gcp_version.sh
  12. del_old_instances