Skip to content

Commit

Permalink
fix RP deployment targets in GH action (#944)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle authored Dec 9, 2024
1 parent 43f9784 commit 51dea6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/services-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
- name: 'Deploy Frontend'
run: |
make rp.frontend.deploy
make frontend.deploy
- name: 'Deploy Backend'
run: |
make rp.backend.deploy
make backend.deploy
- name: 'Deploy Cluster Service'
run: |
Expand Down

0 comments on commit 51dea6d

Please sign in to comment.