Skip to content

Commit

Permalink
Revert "Refactor deployment to remove code duplication and support mu…
Browse files Browse the repository at this point in the history
…ltiple deployment modes"

This reverts commit 0113002.
  • Loading branch information
Etheryte committed Sep 5, 2024
1 parent acac89c commit 8836640
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 224 deletions.
12 changes: 0 additions & 12 deletions java/buildconf/manager-developer-build.properties.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,3 @@ deploy.host = d52.suse.de
# Uncomment to get javascript sourcemaps in Reactjs pages
#javascript.devel = true

# Define the way to deploy. Possible values:
#
# local : deploy to local instance of uyuni
# remote (default) : deploy to remote instance of uyuni defined in deploy.host through ssh connection.
# container : use mgrctl to deploy to a containerized server. The deploy.host will be ignored.
# remote-container : use SSH to connect to deploy.host, then run mgrctl on the remote system and deploy to
# a containerized server
#deploy.mode = remote

# Backend to be used by mgrctl when deploying in container and remote-container mode. By default, mgrctl tries to
# autodetect the correct backend. Possible values can be looked up by checking mgrctl documentation.
#container.backend = podman
Loading

0 comments on commit 8836640

Please sign in to comment.