rename frontend to deploy app frontend
Deploy app frontend / app frontend (push) Successful in 1m7s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 36s

This commit is contained in:
2024-12-03 11:23:11 +02:00
parent 44a59428fa
commit 2eaa3e9b52
2 changed files with 5 additions and 5 deletions
@@ -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: