test gitea actions

This commit is contained in:
2023-03-21 14:06:09 +00:00
parent 09678c0cf9
commit 1e6201c0d8
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
name: deploy to production
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- run: ls -la