Automatically deploy pull requests for testing #8
|
@ -10,4 +10,4 @@ jobs:
|
|||
- run: |
|
||||
echo "${{ secrets.BRANCH_CLEANUP_KEY }}" >> ssh_key
|
||||
chmod 0600 ssh_key
|
||||
- run: echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git ${{ gitea.refname }}" | ssh -o StrictHostKeyChecking=accept-new -i ssh_key branch.dsv.su.se
|
||||
- run: echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git ${{ gitea.headref }}" | ssh -o StrictHostKeyChecking=accept-new -i ssh_key branch.dsv.su.se
|
||||
|
|
|
@ -12,4 +12,4 @@ jobs:
|
|||
- run: |
|
||||
echo "${{ secrets.BRANCH_DEPLOY_KEY }}" >> ssh_key
|
||||
chmod 0600 ssh_key
|
||||
- run: echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git ${{ gitea.refname }}" | ssh -o StrictHostKeyChecking=accept-new -i ssh_key branch.dsv.su.se
|
||||
- run: echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git ${{ gitea.headref }}" | ssh -o StrictHostKeyChecking=accept-new -i ssh_key branch.dsv.su.se
|
||||
|
|
Loading…
Reference in New Issue
Block a user