Skip to content

Commit

Permalink
Merge pull request #27 from kubespace-io/applications
Browse files Browse the repository at this point in the history
update new path github actions for keycloak and README update
  • Loading branch information
d-vm committed Jul 9, 2023
2 parents 9aab99d + 7805e3b commit b340a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/keycloak-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
branches:
- 'main'
paths:
- "keycloak/napptive/trialComponent/**"
- "keycloak/napptive/componentPROD/**"
- "keycloak/napptive/componentPVC/**"
- "applications/keycloak/napptive/trialComponent/**"
- "applications/keycloak/napptive/componentPROD/**"
- "applications/keycloak/napptive/componentPVC/**"
jobs:
deploy:
name: New version upload
Expand All @@ -26,7 +26,7 @@ jobs:
env:
PLAYGROUND_PAT: ${{ secrets.PLAYGROUND_PAT }}
with:
applicationPath: ./keycloak/napptive/${{ matrix.tag }}Component/
applicationPath: ./applications/keycloak/napptive/${{ matrix.tag }}Component/
namespace: "kubespace"
applicationName: "Keycloak"
tag: "${{ matrix.base }}"
6 changes: 1 addition & 5 deletions applications/keycloak/napptive/trialComponent/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Keycloak-test
# Keycloak

Keycloak is a Open Source Identity and Access Management.

Expand Down Expand Up @@ -56,7 +56,3 @@ The following resources need to be available in your environment for a successfu
</br>

<img src="https://raw.githubusercontent.com/kubespace-io/.github/main/resources/images/kubespace.io-logo-white.png" alt="drawing" width="400"/>

</br>
</br>
</br>

0 comments on commit b340a47

Please sign in to comment.