Skip to content

Commit

Permalink
data-service: set thumbnail size to 800x600
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Feb 20, 2024
1 parent 3fb6808 commit ec0c7ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/data-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:

X_HCAPTCHA_SECRET_KEY: ${{ secrets.HCAPTCHA_SECRET_KEY }}

X_THUMBNAIL_WIDTH: 600
X_THUMBNAIL_HEIGHT: 300
X_THUMBNAIL_WIDTH: 800
X_THUMBNAIL_HEIGHT: 600

- name: Prepare application.properties
run: cp application-deployment.properties application.properties
Expand Down Expand Up @@ -191,8 +191,8 @@ jobs:

X_HCAPTCHA_SECRET_KEY: ${{ secrets.HCAPTCHA_SECRET_KEY }}

X_THUMBNAIL_WIDTH: 600
X_THUMBNAIL_HEIGHT: 300
X_THUMBNAIL_WIDTH: 800
X_THUMBNAIL_HEIGHT: 600


- name: Prepare application.properties
Expand Down

0 comments on commit ec0c7ba

Please sign in to comment.