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
|
||||
|
||||
DESTINATION=root@static.recycled.cloud:/var/www/
|
||||
WEBSITE=static.staging.recycled.cloud
|
||||
WEBSITE=recycled.cloud
|
||||
|
||||
sftp -b - "$DESTINATION" <<- EOF
|
||||
-rm $WEBSITE/*
|
||||
|
|
Loading…
Reference in a new issue