Adding actions
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 1m11s
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 1m11s
This commit is contained in:
parent
c11f0447a6
commit
bb1a33daa4
15
.gitea/workflows/deploy-dev.yaml
Normal file
15
.gitea/workflows/deploy-dev.yaml
Normal file
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user