We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3d2cd commit fd5875bCopy full SHA for fd5875b
.drone.yml
@@ -30,7 +30,7 @@ steps:
30
- chmod 600 ~/.ssh/id_rsa
31
- ssh-add
32
- rclone config create server sftp host $developer_host user $sftp_user port 22
33
- - [ -z "$${DRONE_PULL_REQUEST}" ] && export TARGET=public_html || export TARGET=wildcard.manual.joomlacode.org/sites/pr-$${DRONE_PULL_REQUEST}
+ - "[ -z "$${DRONE_PULL_REQUEST}" ] && export TARGET=public_html || export TARGET=wildcard.manual.joomlacode.org/sites/pr-$${DRONE_PULL_REQUEST}"
34
- rclone --dry-run -v sync build server:$TARGET
35
when:
36
branch:
0 commit comments