Files
whisper-frontend/.gitea/workflows/deploy-branch.yaml
Andreas Svanberg 71cb6846bb
Some checks failed
Deploy to branch.dsv.su.se / Deploy-branch (push) Failing after 4s
More debugging
2024-07-04 10:10:50 +02:00

15 lines
506 B
YAML

name: Deploy to branch.dsv.su.se
on: [push]
jobs:
Deploy-branch:
runs-on: ubuntu-latest
steps:
- run: echo "${{ gitea.repository }}"
- run: echo "${{ gitea.refname }}"
- run: echo "${{ secrets.TEST }}"
- run: echo "${{ secrets.TEST2 }}"
- run: echo "${{ vars.TEST }}"
- name: List files in the repository
run: ls ${{ gitea.workspace }}
- run: echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git ${{ gitea.refname }}" | ssh branch.dsv.su.se