Skip to content

Commit

Permalink
feat(optional-alerts): revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
boltdynamics committed Aug 19, 2023
1 parent 17fbb30 commit e7349b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ clean: ## Cleanup local artifacts
deploy-stax-orchestrator: clean build-app package-app ## Deploy Stax Orchestrator to AWS
$(info [+] Deploying Stax Orchestrator...)
@sam deploy --no-fail-on-empty-changeset \
--stack-name orchestrator-stax-test \
--stack-name orchestrator-stax \
--capabilities CAPABILITY_NAMED_IAM \
--tags "orchestrator-stax:branch=$(GIT_BRANCH)" "orchestrator-stax:version=$(GIT_HASH)" \
--template-file template.packaged.yml \
Expand All @@ -74,6 +74,6 @@ package-app: ## Package and upload application artifacts to the stax deployment
sam package --output-template-file template.packaged.yml --s3-bucket $(ARTIFACT_BUCKET_NAME)

publish-app: build-app package-app ## Publish Stax Orchestrator Application to Serverless Application Repository
sam publish --template template.packaged.yml --region $(AWS_DEFAULT_REGION) --semantic-version 0.0.2
sam publish --template template.packaged.yml --region $(AWS_REGION) --semantic-version $(TAGGED_VERSION)

.PHONY: clean build-app build-StaxLibLayer deploy-stax-orchestrator invoke-create-workload-lambda-locally format lint shell install-dependencies install-dev-dependencies help package-app publish-app test lint-yaml lint-statemachine

0 comments on commit e7349b4

Please sign in to comment.