diff --git a/gitops_router.sh b/gitops_router.sh index 49871e0..7a87df0 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -160,11 +160,14 @@ update) containerfile) update 0 Containerfile . 500 ;; access) update 2 access.yml . 400 ;; authorized_keys) update 2 authorized_keys .ssh 400 ;; + podman_access) + update 2 podman_access.keys . 400 + scp podman_access.keys mypodmanuser@alps:~/.ssh/authorized_keys + ;; ssh_router) update 1 ssh_router.sh .local/bin 500 ;; gitops_router) update 1 gitops_router.sh .local/bin 500 ;; validate_command) update 1 validate_command_access.sh .local/bin 500 ;; home_tar) - podman cp "$PERSON":/app/workspaces/home.tar.gz "$HOME"/ chmod 600 "$HOME"/home.tar.gz ;; gitconfig) update 0 gitconfig.template . 500 ;;