tibi-docs/.gitea/workflows/deploy.yaml

17 lines
309 B
YAML
Raw Normal View History

2023-03-21 15:06:09 +01:00
name: deploy to production
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- run: ls -la