diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d91bc0..c158d99 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -26,4 +24,5 @@ jobs: aws elasticbeanstalk update-environment \ --application-name Test \ --environment-name Test-env \ - --version-label 2.0.0 \ No newline at end of file + --version-label 2.0.0 + --region us-east-1 \ No newline at end of file