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