Skip to content

Commit

Permalink
Refactor deployment to remove code duplication and support multiple d…
Browse files Browse the repository at this point in the history
…eployment modes
  • Loading branch information
mackdk authored and Etheryte committed Aug 1, 2024
1 parent 716f990 commit 0113002
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 261 deletions.
12 changes: 12 additions & 0 deletions java/buildconf/manager-developer-build.properties.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ 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 0113002

Please sign in to comment.