From 3cb7f3111c42adbcc32d474e925d0f0458255b5c Mon Sep 17 00:00:00 2001 From: Daya Adianto <dayaadianto@cs.ui.ac.id> Date: Mon, 13 Nov 2023 18:35:43 +0700 Subject: [PATCH] Add TODO note regarding shell script --- .gitlab/bin/dokku.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/bin/dokku.sh b/.gitlab/bin/dokku.sh index c10f1d22..c11ac748 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" -- "#@" -- GitLab