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

19 lines
360 B
YAML

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: hostname
- run: pwd
- run: ls -la