From bb1a33daa47df549e371995b16e1ec1795580c31 Mon Sep 17 00:00:00 2001 From: Benoy Bose Date: Fri, 25 Apr 2025 16:53:08 +0530 Subject: [PATCH] Adding actions --- .gitea/workflows/deploy-dev.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/deploy-dev.yaml diff --git a/.gitea/workflows/deploy-dev.yaml b/.gitea/workflows/deploy-dev.yaml new file mode 100644 index 0000000..91ba3db --- /dev/null +++ b/.gitea/workflows/deploy-dev.yaml @@ -0,0 +1,15 @@ +name: Deploy FitLien services to Dev + +on: + push: + branches: + - dev +jobs: + deploy: + name: Deploy to Dev + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0