Skip to content

Commit

Permalink
✨ Update S3 endpoints to use HTTPS URLs
Browse files Browse the repository at this point in the history
Changed S3 endpoints to use secure HTTPS URLs for deployment.
  • Loading branch information
CinquinAndy committed May 1, 2024
1 parent 7381443 commit 13427a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [ "main" ]

env:
S3_ENDPOINT: "83bfc104d4a2e71a5d8210f2364ee9e4.r2.cloudflarestorage.com"
S3_ENDPOINT_PUBLIC: "r2-andycinquin.andy-cinquin.fr"
S3_ENDPOINT: "https://83bfc104d4a2e71a5d8210f2364ee9e4.r2.cloudflarestorage.com"
S3_ENDPOINT_PUBLIC: "https://r2-andycinquin.andy-cinquin.fr"

jobs:
build-and-push:
Expand Down

0 comments on commit 13427a2

Please sign in to comment.