Skip to content

Commit

Permalink
ci: disabled autoscaling for demo install, renamed demo file (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Feb 12, 2024
1 parent 5e1f68d commit e10e929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Demo
name: deploys-demo

on:
workflow_dispatch:
Expand Down Expand Up @@ -32,6 +32,7 @@ jobs:
needs: uninstall-demo
secrets: inherit
with:
autoscaling: false
environment: ${{inputs.environment}} #test env -> test database
tag: ${{inputs.environment}}
release: "demo"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploys-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploys-test
name: deploys-test

on:
push:
Expand Down

0 comments on commit e10e929

Please sign in to comment.