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.
codefirst-docdeployer/entrypoint.sh

7 lines
407 B

#!/usr/bin/env bash
echo "repository name: "$DRONE_REPO_NAME
echo "repository owner: "$DRONE_REPO_OWNER
echo "Copying documentation for user $DRONE_REPO_OWNER and repository $DRONE_REPO_NAME"
rsync --rsync-path="mkdir -p /usr/share/nginx/html/$DRONE_REPO_OWNER/$DRONE_REPO_NAME/ && rsync" -e "ssh -o StrictHostKeyChecking=no" -avz /docs root@nginx:/usr/share/nginx/html/$DRONE_REPO_OWNER/$DRONE_REPO_NAME/