Automatically deploy pull requests for testing #8

Merged
erth9960 merged 44 commits from actions into master 2024-07-08 14:29:41 +02:00
Showing only changes of commit 9b6f8b89dd - Show all commits

View File

@ -6,7 +6,7 @@ jobs:
steps: steps:
- run: echo "${{ gitea.repository }}" - run: echo "${{ gitea.repository }}"
- run: echo "${{ gitea.refname }}" - run: echo "${{ gitea.refname }}"
- run: echo "${{ test }}" - run: echo "${{ secrets.test }}"
- run: | - run: |
echo "${{ test }}" echo "${{ secrets.test }}"
echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git" | ssh branch.dsv.su.se echo "${{ gitea.serverurl }}/${{ gitea.repository }}.git" | ssh branch.dsv.su.se