Files
whisper-frontend/.gitea/workflows/deploy-branch.yaml
Andreas Svanberg 62afd082a1
All checks were successful
Deploy to branch.dsv.su.se / Deploy-branch (push) Successful in 2s
More debugging
2024-07-04 09:55:46 +02:00

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