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

Commit

Permalink
Merge branch 'release/0.0.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Dec 13, 2022
2 parents 39f5113 + ee02d2d commit ddf54ba
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 44 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
JAR_FILE=target/*.jar
DOPPLER_ST=${{ secrets.DOPPLER_ST }}
deploy_to_infra:
runs-on: ubuntu-latest
needs: [build_test_push]
Expand Down Expand Up @@ -174,4 +175,19 @@ jobs:
REMOTE_ID: ${{ secrets.WORKER_ENV_REMOTE_ID }}
REMOTE_SECRET: ${{ secrets.WORKER_ENV_REMOTE_SECRET }}
WASABI_ID: ${{ secrets.WORKER_ENV_WASABI_ID }}
WASABI_SECRET: ${{ secrets.WORKER_ENV_WASABI_SECRET }}
WASABI_SECRET: ${{ secrets.WORKER_ENV_WASABI_SECRET }}

publish_docs:
runs-on: ubuntu-latest
environment: Production
steps:
- name: Checkout
uses: actions/checkout@v2.1.1

- name: OpenApi
uses: readmeio/rdme@8.3.0
with:
rdme: openapi docs/openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6379efc05c98fc002512b213

- name: Release
uses: softprops/action-gh-release@v1
36 changes: 0 additions & 36 deletions .github/workflows/pages.yml

This file was deleted.

12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.mytiki</groupId>
<artifactId>l0_storage</artifactId>
<version>0.0.15</version>
<version>0.0.16</version>
<packaging>jar</packaging>

<name>L0 Storage</name>
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version>
<version>2.7.6</version>
</parent>

<properties>
Expand Down Expand Up @@ -77,12 +77,12 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-webmvc-core</artifactId>
<version>1.6.12</version>
<version>1.6.13</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-security</artifactId>
<version>1.6.12</version>
<version>1.6.13</version>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
Expand All @@ -93,12 +93,12 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter</artifactId>
<version>6.6.0</version>
<version>6.9.0</version>
</dependency>
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-logback</artifactId>
<version>6.6.0</version>
<version>6.9.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion worker/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l0-storage-upload",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"devDependencies": {
"@babel/core": "^7.20.2",
Expand Down

0 comments on commit ddf54ba

Please sign in to comment.