mirror to c-frame
/ mirror_to_github (push) Failing after 18s Details
/ test (push) Successful in 4s Details

This commit is contained in:
Leon van Kammen 2025-01-16 12:07:19 +01:00
parent e76b9913a2
commit c0405e344c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- run: "echo \"${{ secrets.SSHKEY_APPS }}\" > ~/.ssh/id_rsa" - run: "echo \"${{ secrets.SSHKEY_APPS }}\" > ~/.ssh/id_rsa"
- run: ssh-keyscan github.com >> ~/.ssh/known_hosts # see https://gist.github.com/vikpe/34454d69fe03a9617f2b009cc3ba200b - run: ssh-keyscan github.com >> ~/.ssh/known_hosts # see https://gist.github.com/vikpe/34454d69fe03a9617f2b009cc3ba200b
- 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:c-frame/xrsh-com.git
- run: git push github main - run: git push github main
# *todo* trigger deploy at website # *todo* trigger deploy at website
#- run: git clone git@github.com:coderofsalvation/xrsh xrsh.github # now push empty commit to deploy website #- run: git clone git@github.com:coderofsalvation/xrsh xrsh.github # now push empty commit to deploy website