docs/.gitea/workflows/deploy.yaml

16 lines
288 B
YAML
Raw Normal View History

2024-06-04 20:10:16 +02:00
name: Gitea Actions Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
2024-06-04 22:36:21 +02:00
defaults:
run:
shell: bash
2024-06-04 20:10:16 +02:00
jobs:
2024-06-05 17:55:21 +02:00
deploy:
runs-on: ubuntu-latest
2024-06-04 20:10:16 +02:00
steps:
- name: List files in the repository
run: |
2024-06-05 18:04:34 +02:00
ls /workspace/Django-LiveView