From d824473bd877ef3b266aa37b166e36427a562a2a Mon Sep 17 00:00:00 2001 From: Carneiro Date: Sun, 24 Nov 2024 15:56:09 -0300 Subject: [PATCH] Add .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..d67f3cb --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,10 @@ +name: Deploy +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] + +jobs: + Deploy: + runs-on: ubuntu-latest + steps: + - name: Deploy to alice + uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main \ No newline at end of file