Skip to content

Commit

Permalink
remove maintenance from experimental (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
peggles2 authored Jul 22, 2024
1 parent 61fa69a commit 2e8fd92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ jobs:
pushd solution/backend
npm install serverless@">=3.38.0 <4" -g
npm install
serverless deploy --config ./serverless-maintenance.yml --stage maintenance${PR} | tee output.log
serverless deploy --config ./serverless-experimental.yml --stage dev${PR} | tee output.log
serverless invoke --config ./serverless-experimental.yml --function create_database --stage dev${PR}
serverless invoke --config ./serverless-experimental.yml --function reg_core_migrate --stage dev${PR}
Expand Down

0 comments on commit 2e8fd92

Please sign in to comment.