From f67794c63bd6a1bdee0cbf11107d0cb6703ade5e Mon Sep 17 00:00:00 2001 From: robin Date: Sun, 12 Nov 2023 12:01:18 +0000 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e5b9d10..162d255 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -85,9 +85,9 @@ jobs: # docker compose -p ${GITHUB_REF_NAME}-${GITHUB_REPOSITORY_NAME}-${GITHUB_REPOSITORY_OWNER} up -d --build --remove-orphans - name: deploy - #if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/tibi-restructure' env: - #RSYNC_USER: "fontis_rsync_master" - # RSYNC_PASS: ${{ secrets.rsync_master }} + RSYNC_USER: "fontis_rsync_restructure" + RSYNC_PASS: ${{ secrets.RSYNC_RESTRUCTURE }} run: | scripts/deploy.sh ftp1.webmakers.de $RSYNC_USER $RSYNC_PASS