Skip to content

Commit 6c4654d

Browse files
committed
Try a straight deploy as first run test.
1 parent dd0c20c commit 6c4654d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
FIRST_RUN_FILE="/opt/docker/${{ env.repository_name }}/.first_run"
7474
if ! kamal server exec --no-interactive -q "test -f $FIRST_RUN_FILE"; then
7575
kamal server exec --no-interactive -q "touch $FIRST_RUN_FILE"
76-
kamal app -q boot > /dev/null 2>&1 || true
76+
kamal app -q deploy > /dev/null 2>&1 || true
7777
else
7878
echo "Not first run, skipping kamal app boot"
7979
fi

0 commit comments

Comments
 (0)