Files
whisper-frontend/.gitea/workflows/deploy-branch.yaml
Andreas Svanberg 9b6f8b89dd
Some checks failed
Deploy to branch.dsv.su.se / Deploy-branch (push) Failing after 3s
More debugging
2024-07-04 09:59:42 +02:00

13 lines
373 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.test }}"
echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git" | ssh branch.dsv.su.se