Patch deploy script for production
This commit is contained in:
parent
00d8f7a874
commit
9fcae25ece
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
DESTINATION=root@static.recycled.cloud:/var/www/
|
DESTINATION=root@static.recycled.cloud:/var/www/
|
||||||
WEBSITE=static.staging.recycled.cloud
|
WEBSITE=recycled.cloud
|
||||||
|
|
||||||
sftp -b - "$DESTINATION" <<- EOF
|
sftp -b - "$DESTINATION" <<- EOF
|
||||||
-rm $WEBSITE/*
|
-rm $WEBSITE/*
|
||||||
|
|
Loading…
Reference in a new issue