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 f1c1c63021 - Show all commits

View File

@ -6,9 +6,6 @@ jobs:
steps:
- run: echo "${{ gitea.repository }}"
- run: echo "${{ gitea.refname }}"
- run: echo "${{ secrets.TEST }}"
- run: echo "${{ secrets.TEST2 }}"
- run: echo "${{ vars.TEST }}"
- run: |
echo "${{ secrets.DEPLOY_KEY }}" >> ssh_key
chmod 0600 ssh_key