diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..d90a427 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,10 @@ +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