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
|
||||
on:
|
||||
push:
|
||||
@@ -6,10 +6,10 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'apps/frontend/**'
|
||||
- '.gitea/workflows/deploy.yaml'
|
||||
- '.gitea/workflows/deploy-app-frontend.yaml'
|
||||
|
||||
jobs:
|
||||
frontend:
|
||||
app frontend:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
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
|
||||
on:
|
||||
push:
|
||||
@@ -10,7 +10,7 @@ on:
|
||||
- '.gitea/workflows/deploy-service-message-delivery-method-web-push.yaml'
|
||||
|
||||
jobs:
|
||||
service/message-delivery-method-web-push:
|
||||
service message-delivery-method-web-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user