Automatically deploy pull requests for testing #8
|
@ -9,8 +9,9 @@ jobs:
|
|||
- run: echo "${{ secrets.TEST }}"
|
||||
- run: echo "${{ secrets.TEST2 }}"
|
||||
- run: echo "${{ vars.TEST }}"
|
||||
- run: |
|
||||
echo "${{ secrets.DEPLOY_KEY }}" >> ssh_key
|
||||
chmod 0600 ssh_key
|
||||
- name: List files in the repository
|
||||
run: ls ${{ gitea.workspace }}
|
||||
- run: ls ${{ gitea.workspace }}
|
||||
- run: echo "${{ secrets.DEPLOY_KEY }}" >> ssh_key
|
||||
run: ls -l ${{ gitea.workspace }}
|
||||
- run: echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git ${{ gitea.refname }}" | ssh -o StrictHostKeyChecking=accept-new -i ssh_key branch.dsv.su.se
|
||||
|
|
Loading…
Reference in New Issue
Block a user