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