feature/ci-cd #1
@@ -1,11 +1,15 @@
|
||||
|
||||
name: Build and Deploy API
|
||||
|
||||
run-name: "${CI_COMMIT_REF_NAME}: Deploy API"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- feature/ci-cd
|
||||
paths:
|
||||
- "api/**"
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
|
||||
name: Build and Deploy Frontend
|
||||
|
||||
run-name: "${CI_COMMIT_REF_NAME}: Deploy Client"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- feature/ci-cd
|
||||
paths:
|
||||
- "client/**"
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
||||
Reference in New Issue
Block a user