fitlien-services/.gitea/workflows/deploy-dev.yaml
Benoy Bose bb1a33daa4
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 1m11s
Adding actions
2025-04-25 16:53:08 +05:30

16 lines
250 B
YAML

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