From 78c5d164a21a03465afd04e440bb996ea9ff383a Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Tue, 30 Apr 2024 17:01:30 +0200 Subject: [PATCH] testdeploy --- .forgejo/workflows/mirror_to_github.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/mirror_to_github.yaml b/.forgejo/workflows/mirror_to_github.yaml index a9523ed..f61ef94 100644 --- a/.forgejo/workflows/mirror_to_github.yaml +++ b/.forgejo/workflows/mirror_to_github.yaml @@ -15,10 +15,11 @@ jobs: - run: chmod 600 -R ~/.ssh - run: git remote add github git@github.com:coderofsalvation/xrsh-apps - run: git push github main - - run: git clone git@github.com:coderofsalvation/xrsh xrsh.github # now push empty commit to deploy website - - run: "echo \"${{ secrets.SSHKEY }}\" > ~/.ssh/id_rsa" - - run: cd xrsh.github - - run: git config --global user.email "ci@forgejo.isvery.ninja" - - run: git config --global user.name "CI@forgejo" - - run: git commit --allow-empty -m "website deploy triggered via xrsh-apps repo commit" - - run: PWD=$(pwd) GITHUB_WORKSPACE=$(pwd) git push origin main + # *todo* trigger deploy at website + #- run: git clone git@github.com:coderofsalvation/xrsh xrsh.github # now push empty commit to deploy website + #- run: "echo \"${{ secrets.SSHKEY }}\" > ~/.ssh/id_rsa" + #- run: cd xrsh.github + #- run: git config --global user.email "ci@forgejo.isvery.ninja" + #- run: git config --global user.name "CI@forgejo" + #- run: git commit --allow-empty -m "website deploy triggered via xrsh-apps repo commit" + #- run: PWD=$(pwd) GITHUB_WORKSPACE=$(pwd) git push origin main