commit d4cc6eb5f74674cd9aafa0dcf9b9e09546270ddb
parent 14cf55aec9d384cee66730b8e6e7dff4b59bee37
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sun, 17 Mar 2024 21:20:34 +0100
fix(mastodon): force pull db upgrade image
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hcl/default/mastodon/mastodon.nomad b/hcl/default/mastodon/mastodon.nomad
@@ -56,6 +56,7 @@ job "mastodon" {
config {
image = "docker.io/tootsuite/mastodon:latest"
+ force_pull = true
command = "/opt/ruby/bin/bundle"
args = ["exec", "rake", "db:migrate"]
}