Pass Gitea credentials to remote-install, clean up after clone

This commit is contained in:
2026-06-13 20:53:58 +02:00
parent 643b1ccc61
commit 2b9a926338
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ content-pull:
# Remote
remote-install:
ssh $(SERVER) "WEBROOT=$(WEBROOT) USER_REPO=$(USER_REPO) bash -s" < scripts/server-install.sh
ssh $(SERVER) "WEBROOT=$(WEBROOT) USER_REPO=$(USER_REPO) GITEA_HOST=$(GITEA_HOST) GITEA_USER=$(GITEA_USER) GITEA_TOKEN=$(GITEA_TOKEN) bash -s" < scripts/server-install.sh
remote-install-plugins:
ssh $(SERVER) "cd $(WEBROOT) && php bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y"