Skip to content

Commit

Permalink
Deploy to S3 (obsproject#18)
Browse files Browse the repository at this point in the history
* Allow deployment to S3 bucket

* Fix typo and redundant line in CI build script

* Only deploy on changes to streamlabs branch
  • Loading branch information
computerquip-streamlabs authored and EddyGharbi committed Nov 4, 2019
1 parent e1115c7 commit 082b8fc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CI/win-build.cmd
Expand Up @@ -24,10 +24,9 @@ cmake ^
-DCMAKE_INSTALL_PREFIX="%InstallPath%" ^
-DDepsPath="%DepsPath64%" ^
-DCEF_ROOT_DIR="%CefPath%" ^
-DCEF_WRAPPER_DIR="%CefBuildPath%\libcef_dll_wrapper\Release" ^
-DENABLE_UI=false ^
-DCOPIED_DEPENDENCIES=false ^
-DCOPY_DEPENDDENCIES=true ^
-DCOPY_DEPENDENCIES=true ^
-DENABLE_SCRIPTING=false ^
-DBUILD_CAPTIONS=false ^
-DCOMPILE_D3D12_HOOK=true ^
Expand Down
17 changes: 13 additions & 4 deletions slobs-appveyor.yml
Expand Up @@ -41,8 +41,17 @@ artifacts:
- path: $(ReleaseArtifact)
name: Release Artifact

test: off
deploy:
- provider: S3
access_key_id:
secure: C1Qzrf1+tbRDGmnXR6OpXwWuJr33d2JCVwn0KC/V7jw=
secret_access_key:
secure: dRSFQBZKAAVvDmZ0DOaoF54189P0b0mFCMSyTwn4eHZVBFdaET8C4Nb6VCJ4kT+a
bucket: obs-studio-deployment
region: us-west-2
set_public: true
artifact: $(ReleaseArtifact)
on:
branch: streamlabs

cache:
- $(AMFZip)
- $(CefZip)
test: off

0 comments on commit 082b8fc

Please sign in to comment.