diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..45f5b33 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,13 @@ +name: Deploy to Production + +on: + push: + branches: + - main + +jobs: + deploy: + runs-on: self-hosted + steps: + - name: Deploy to production + run: bash /home/ubuntu/www/deploy.sh