All checks were successful
Deploy to branch.dsv.su.se / Deploy-branch (push) Successful in 3s
11 lines
304 B
YAML
11 lines
304 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.ref.name }}"
|
|
- run: echo "${{ gitea.refname }}"
|
|
- run: echo "${{ gitea.server.url }}/${{ gitea.repository }}.git"
|