copy new site to host
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
51d1aec9f2
commit
c335d38ee8
11
.drone.yml
11
.drone.yml
|
@ -13,9 +13,6 @@ steps:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
environment:
|
environment:
|
||||||
PYTHON_ENV: python python-pipenv python-setuptools
|
PYTHON_ENV: python python-pipenv python-setuptools
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- drone
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
# set up python
|
# set up python
|
||||||
|
@ -52,7 +49,7 @@ steps:
|
||||||
- ssh-add
|
- ssh-add
|
||||||
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
|
|
||||||
# run operations on remote host
|
# copy old site
|
||||||
- host_dir="/var/www/$${HOST}"
|
- host_dir="/var/www/$${HOST}"
|
||||||
- backup_dir="~/backups/$${HOST}/$${HOST}-$${DRONE_STAGE_STARTED}"
|
- backup_dir="~/backups/$${HOST}/$${HOST}-$${DRONE_STAGE_STARTED}"
|
||||||
- make_backup_dir="mkdir -p $backup_dir"
|
- make_backup_dir="mkdir -p $backup_dir"
|
||||||
|
@ -61,11 +58,7 @@ steps:
|
||||||
|
|
||||||
- ssh $host $make_backup_dir
|
- ssh $host $make_backup_dir
|
||||||
- ssh $host $copy_files
|
- ssh $host $copy_files
|
||||||
|
- rsync -rP site "$host:$${HOST}-new"
|
||||||
#- ssh $host 'echo "$host_dir -> $backup_dir"'
|
|
||||||
#- ssh $host "mkdir -p $backup_dir"
|
|
||||||
#- ssh $host "rsync -rP /var/www/${HOST}/* ${DRONE_STAGE_STARTED}"
|
|
||||||
#- ssh $host "ls site"
|
|
||||||
|
|
||||||
#- ssh
|
#- ssh
|
||||||
#- ssh "$${USER}@$${HOST}" "[[ ! -d ~/gemini/content ]] || rm -r ~/gemini/content"
|
#- ssh "$${USER}@$${HOST}" "[[ ! -d ~/gemini/content ]] || rm -r ~/gemini/content"
|
||||||
|
|
Loading…
Reference in New Issue