Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
axonasif authored Apr 25, 2024
1 parent 72f54a0 commit 6f8adb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ After=network.target
[Service]
ExecStartPre=sh -c 'git reset --hard && git pull --ff && poetry install'
ExecStart=doppler run --mount BotConfig.toml --mount-template BotConfig_tmpl.toml --mount-max-reads 1 -- poetry run python3 -m glu
ExecStart=doppler --config-dir /root/.doppler run --mount BotConfig.toml --mount-template BotConfig_tmpl.toml --mount-max-reads 1 -- poetry run python3 -m glu
Restart=always
WorkingDirectory=${app_dir}
Expand Down

0 comments on commit 6f8adb3

Please sign in to comment.