Add context: this script will be used to deploy production

This commit is contained in:
Maikel Linke
2026-01-28 13:47:18 +11:00
parent c3def926f1
commit 6fb4048bfd

View File

@@ -1,4 +1,10 @@
#!/usr/bin/env ruby
#
# Install dependencies and migrate data during production deployments or
# when updating your development environment.
#
# Take care when changing it and consider the ofn-install repository for
# the context of deployments.
require "fileutils"
# path to your application root.