Merge pull request 'fix: readme mentioned wrong parameters' (!48) from feature/esb-deploy-action into main

Reviewed-on: #48
Reviewed-by: Kraft_Ruben_-_J._Schmalz_GmbH <Ruben.Kraft@schmalz.de>
This commit is contained in:
Böhringer_Sebastian_-_J._Schmalz_GmbH 2026-06-17 05:46:13 +00:00
commit 6a84d5d6f2
Signed by: schmalz-git.git.onstackit.cloud
GPG key ID: 569DFBE669A0D544
2 changed files with 3 additions and 2 deletions

View file

@ -10,14 +10,14 @@ Deploy a service to an ESB docker host.
| `java-version` | Yes | 25 | Same as default of the maven-build action |
| `maven-profile` | No | `test` | Maven profile to activate during deploy |
| `maven-settings` | **Yes** | — | Secret containing the `settings.xml` content used for repository authentication |
| `service-name` | Yes | — | Name of the service to deploy |
| `service` | Yes | — | Name of the service to deploy |
## Usage
```yaml
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/esb-deploy@esb-deploy-v1
with:
service-name: my-service
service: my-service
docker-host: esbdocker2-stage.schmalzgroup.net
java-version: 8
maven-profile: test

View file

@ -38,6 +38,7 @@ runs:
maven-settings: ${{ inputs.maven-settings }}
verify-goals: clean package
java-version: ${{ inputs.java-version }}
maven-profile: ${{ inputs.maven-profile}}
- name: Compose stage
if: ${{ inputs.stage == 'true' }}