use https because ssh requires authentication #1

Merged
zramsay merged 1 commits from zramsay-patch-1 into main 2024-07-23 19:34:29 +00:00

View File

@ -6,7 +6,7 @@ so_home: "/home/{{ so_user }}"
so_repo_checkout: true
so_repo_update: true
so_repo_dev_setup: false
so_repo_url: git@git.vdb.to:cerc-io/stack-orchestrator.git
so_repo_url: https://git.vdb.to/cerc-io/stack-orchestrator.git
so_repo_branch: main
so_repo_path: "{{ so_home }}"