Skip to content

Commit

Permalink
feat: upload World Manifest to public bucket (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega authored Apr 18, 2024
1 parent ae98300 commit 790fc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/CheckScenes/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { DeploymentTrackAttributes, WorldAbout } from "./types"
const ACCESS_KEY = env("AWS_ACCESS_KEY")
const ACCESS_SECRET = env("AWS_ACCESS_SECRET")
const BUCKET_HOSTNAME = env("BUCKET_HOSTNAME")
const BUCKET_NAME = env("AWS_BUCKET_NAME", "")
const BUCKET_NAME = env("PUBLIC_BUCKET", "")

type Pointer = string

Expand Down

0 comments on commit 790fc6d

Please sign in to comment.