Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
feat: openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagestedt committed Jun 8, 2020
1 parent e4a04e6 commit f05b558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
with:
name: target
path: target
- uses: actions/upload-artifact@v1
with:
name: openapi.json
path: target/openapi.json
- name: docker build
run: |
docker build \
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
</goals>
</execution>
</executions>
<configuration>
<apiDocsUrl>http://localhost:8080/api/docs</apiDocsUrl>
<outputFileName>openapi.json</outputFileName>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f05b558

Please sign in to comment.