Files
website/.gitea/workflows/build.yaml
Zvonimir Rudinski e117b553e0
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Build and Deploy / Build-Docker-Image (push) Has been cancelled
add test build
2024-07-14 10:00:34 +02:00

11 lines
303 B
YAML

name: Build and Deploy
run-name: ${{ gitea.actor }} is building and deploying the website 🚀
on: [push]
jobs:
Build-Docker-Image:
runs-on: self-hosted
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: ls /home/azura/server