testdeploy
/ mirror_to_github (push) Successful in 24s Details
/ test (push) Successful in 3s Details

This commit is contained in:
Leon van Kammen 2024-04-30 16:39:09 +02:00
parent c46198aa04
commit a6e6f3d11e
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ jobs:
- run: chmod 600 -R ~/.ssh - run: chmod 600 -R ~/.ssh
- run: git remote add github git@github.com:coderofsalvation/xrsh-apps - run: git remote add github git@github.com:coderofsalvation/xrsh-apps
- run: git push github main - run: git push github main
- run: git clone git@github.com:coderofsalvation/xrsh # now push empty commit to deploy 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: "echo \"${{ secrets.SSHKEY }}\" > ~/.ssh/id_rsa"
- run: cd xrsh - run: cd xrsh.github
- run: git config --global user.email "ci@forgejo.isvery.ninja" - run: git config --global user.email "ci@forgejo.isvery.ninja"
- run: git config --global user.name "CI@forgejo" - run: git config --global user.name "CI@forgejo"
- run: git commit --allow-empty -m "website deploy triggered via xrsh-apps repo commit" - run: git commit --allow-empty -m "website deploy triggered via xrsh-apps repo commit"