Typo.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
793c6b0512
commit
37b9cf2afa
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "repo name: "$DRONE_REPO_NAME
|
||||
echo "repo owner: "$DRONE_REPO_OWNER
|
||||
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/
|
Loading…
Reference in new issue