diff --git a/drone/prepare-deliver.sh b/drone/prepare-deliver.sh index 07ac43d..7cf4dd5 100755 --- a/drone/prepare-deliver.sh +++ b/drone/prepare-deliver.sh @@ -12,12 +12,12 @@ case "$DRONE_BRANCH" in DIR=server/TBasket ;; "production") - USER=palafour - IP=193.49.118.205 - DIR=public_html/TBasket + USER=mabatista1 + IP=193.49.118.52 + DIR=tbasket/backend ;; "") - echo "DRONE_BRANCH is missing" >&2 + echo '$DRONE_BRANCH is missing' >&2 exit 1 ;; *)