Skip to content

Commit

Permalink
Migrate to the production account S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
prawilny committed Sep 27, 2024
1 parent 240acf8 commit cbb36fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ jobs:
-cleanup 1
Write-S3Object `
-BucketName gh-facade `
-BucketName modelserve-gamerhash-facade `
-AccessKey $env:AWS_ACCESS_KEY_ID `
-SecretKey $env:AWS_SECRET_ACCESS_KEY `
-File "bin\dist_package.zip" `
-Key "packages\$($env:PKG_NAME)" `
-PublicReadOnly `
-Force
2 changes: 1 addition & 1 deletion scripts/automatic.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param (
[string]$automatic_runtime_package_url = "https://gpu-on-golem.s3.eu-central-1.amazonaws.com/sd-webui-standalone/sd-webui-gh-v0.2.7.zip",
[string]$automatic_runtime_package_url = "https://modelserve-automatic1111.s3.eu-central-1.amazonaws.com/sd-webui-gh-v0.2.7.zip",
[string]$automatic_package_dir = "package",
[bool]$compress = 0,
[bool]$cleanup = 0
Expand Down

0 comments on commit cbb36fd

Please sign in to comment.