Skip to content

Commit

Permalink
Image upload (#107)
Browse files Browse the repository at this point in the history
* images

* so far

* fixed parts bug

* format and lint

* test update

* increase memory for backend

* github actions test

* abc

* updated to production mode

* lint format

* updated github actions

* changed s3 bucket and endpoint to vars

---------

Co-authored-by: Sebastian Revsbech Christensen <[email protected]>
  • Loading branch information
Sebastian689 and Sebastian Revsbech Christensen authored Feb 27, 2025
1 parent 0a14f75 commit 1c53a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
PORTAINER_FQDN: ${{ vars.PORTAINER_FQDN }}
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID}}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
S3_BUCKET: ${{ secrets.S3_BUCKET }}
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
S3_BUCKET: ${{ vars.S3_BUCKET }}
S3_ENDPOINT: ${{ vars.S3_ENDPOINT }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 1c53a63

Please sign in to comment.