rename frontend to deploy app frontend
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Deploy frontend
|
name: Deploy app frontend
|
||||||
run-name: ${{ github.actor }} deployed to build branch
|
run-name: ${{ github.actor }} deployed to build branch
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -6,10 +6,10 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'apps/frontend/**'
|
- 'apps/frontend/**'
|
||||||
- '.gitea/workflows/deploy.yaml'
|
- '.gitea/workflows/deploy-app-frontend.yaml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend:
|
app frontend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Deploy service/message-delivery-method-web-push
|
name: Deploy service message-delivery-method-web-push
|
||||||
run-name: ${{ github.actor }} deployed to build branch
|
run-name: ${{ github.actor }} deployed to build branch
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -10,7 +10,7 @@ on:
|
|||||||
- '.gitea/workflows/deploy-service-message-delivery-method-web-push.yaml'
|
- '.gitea/workflows/deploy-service-message-delivery-method-web-push.yaml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
service/message-delivery-method-web-push:
|
service message-delivery-method-web-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user