Skip to content

Commit

Permalink
changed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseSizemore committed Aug 14, 2023
1 parent bd91ead commit 9c3dec1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Workflow 'CI': This workflow is designed to perform continuous integration.
# On every push to the 'main' branch, it runs Cypress tests on the latest version of Ubuntu.
# If the tests pass, it deploys the application to AWS Elastic Beanstalk.


name: CICD

Expand All @@ -26,4 +24,5 @@ jobs:
aws elasticbeanstalk update-environment \
--application-name Test \
--environment-name Test-env \
--version-label 2.0.0
--version-label 2.0.0
--region us-east-1

0 comments on commit 9c3dec1

Please sign in to comment.