Skip to content

Commit

Permalink
chore: set RESTART_MODE to list for needrestart to prevent halt (#18285)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Oct 30, 2023
1 parent dc30182 commit 61cf6d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/deploy-hobby
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
set -e

export DEBIAN_FRONTEND=noninteractive
# Automatically restart without asking.
# this gets around needrestart command halting for user input
export RESTART_MODE=l
export POSTHOG_APP_TAG="${POSTHOG_APP_TAG:-latest}"
export SENTRY_DSN="${SENTRY_DSN:-'https://[email protected]/1'}"

Expand Down

0 comments on commit 61cf6d8

Please sign in to comment.