commit d8d8699ccb8704945f894cc94194eaf59d0dc777
parent d82b481359faf6f9b8686dd641e9868ce8708613
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Thu, 24 Oct 2024 23:12:16 +0200
fix(mastodon): bundle path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hcl/default/mastodon/mastodon.nomad b/hcl/default/mastodon/mastodon.nomad
@@ -52,7 +52,7 @@ job "mastodon" {
config {
image = "docker.io/tootsuite/mastodon:latest"
force_pull = true
- command = "/opt/ruby/bin/bundle"
+ command = "bundle"
args = ["exec", "rake", "db:migrate"]
}