diff --git a/.gitlab/bin/dokku.sh b/.gitlab/bin/dokku.sh index c10f1d22c107fc4c46c5aa9c59b82da9d0731697..c11ac748c66545e4a7eb53e626bc39fae877758d 100755 --- a/.gitlab/bin/dokku.sh +++ b/.gitlab/bin/dokku.sh @@ -25,4 +25,6 @@ ssh_remote="ssh://dokku@$(parse-ssh-host):$(parse-ssh-port)" echo "⚙ Deploying $app_name version $commit_sha using Dokku via SSH to $ssh_remote ..." +# TODO: #@ is not compatible with /bin/sh! +# TODO: Or, just write all deploy commands in GitLab CI yaml ssh "$ssh_remote" -- "#@"