Skip to content

Commit

Permalink
Update build_frontend_classic.yaml (abap2UI5#1505)
Browse files Browse the repository at this point in the history
* Update build_frontend_classic.yaml

* Update build_frontend_cloud.yaml

* Update build_frontend_classic.yaml

* Update build_frontend_cloud.yaml
  • Loading branch information
oblomov-dev authored Oct 14, 2024
1 parent 4c03cdc commit 28af903
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_frontend_classic.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build_bsp
name: build_frontend_classic

on:
push:
Expand All @@ -8,7 +8,7 @@ permissions:
contents: read

jobs:
build_bsp:
build_frontend_classic:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -25,5 +25,5 @@ jobs:
user_email: 'github-actions[bot]@users.noreply.github.com'
publish_branch: classic
publish_dir: output
deploy_key: ${{ secrets.ACTION_BSP_KEY }}
deploy_key: ${{ secrets.ACTION_KEY_FRONTEND }}
destination_dir: src/02
6 changes: 3 additions & 3 deletions .github/workflows/build_frontend_cloud.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build_webapp
name: build_frontend_cloud

on:
push:
Expand All @@ -8,7 +8,7 @@ permissions:
contents: read

jobs:
build_webapp:
build_frontend_cloud:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -24,5 +24,5 @@ jobs:
user_email: 'github-actions[bot]@users.noreply.github.com'
publish_branch: cloud
publish_dir: ./app/webapp
deploy_key: ${{ secrets.ACTION_WEBAPP_KEY }}
deploy_key: ${{ secrets.ACTION_KEY_FRONTEND }}
destination_dir: webapp

0 comments on commit 28af903

Please sign in to comment.