Skip to content

Commit

Permalink
Update config_files examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Dec 4, 2023
1 parent 0570880 commit fd9444d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/config_files.rake
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace :config_files do
'VHOST_DIR=/dir/above/alaveteli ' \
'VCSPATH=alaveteli ' \
'SITE=alaveteli ' \
'SCRIPT_FILE=config/alert-tracks-debian.example ' \
'SCRIPT_FILE=config/send-notifications-debian.example ' \
'RUBY_VERSION=3.0.4 ' \
'USE_RBENV=false '
check_for_env_vars(%w[DEPLOY_USER VHOST_DIR SCRIPT_FILE], example)
Expand All @@ -137,7 +137,7 @@ namespace :config_files do
'VHOST_DIR=/dir/above/alaveteli ' \
'VCSPATH=alaveteli ' \
'SITE=alaveteli ' \
'DAEMON=alert-tracks ' \
'DAEMON=alert-tracks.service ' \
'RUBY_VERSION=3.0.4 ' \
'USE_RBENV=false '
check_for_env_vars(%w[DEPLOY_USER VHOST_DIR DAEMON], example)
Expand Down

0 comments on commit fd9444d

Please sign in to comment.