fix: readme mentioned wrong parameters #48
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue