mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add the files we use for production deployments
We are using apache as reverse proxy and two systemd units (puma & delayed job) for events.opensuse.org. Track them also in this project, might be useful for others.
This commit is contained in:
parent
9cc5c83477
commit
228190396c
4 changed files with 76 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ task :deploy do
|
|||
in_path(fetch(:current_path)) do
|
||||
command %{mkdir -p tmp/}
|
||||
command %{touch tmp/restart.txt}
|
||||
command %{sudo systemctl restart osem-dj}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue