We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0c20c commit 6c4654dCopy full SHA for 6c4654d
1 file changed
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
FIRST_RUN_FILE="/opt/docker/${{ env.repository_name }}/.first_run"
74
if ! kamal server exec --no-interactive -q "test -f $FIRST_RUN_FILE"; then
75
kamal server exec --no-interactive -q "touch $FIRST_RUN_FILE"
76
- kamal app -q boot > /dev/null 2>&1 || true
+ kamal app -q deploy > /dev/null 2>&1 || true
77
else
78
echo "Not first run, skipping kamal app boot"
79
fi
0 commit comments