From 7f6b3debb028d4d6ed1eb207bface595d41008d1 Mon Sep 17 00:00:00 2001 From: watson Date: Tue, 22 Jul 2025 17:46:19 +0200 Subject: [PATCH] Testing Actions --- .forgejo/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 28642b4..4022eee 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: - name: Copy site to webserver directory run: | cp -r public/* /mnt/host-output/hugo-site/ && - echo ${{ secrets.REGISTRY_PASS }} && - echo ${{ secrets.REGISTRY_PASS }} >> test.txt && + echo ${{ secrets.PASSWORD }} && + echo ${{ secrets.PASSWORDASS }} >> test.txt && echo test.txt # cp resources/ \ No newline at end of file