Skip to content

Commit

Permalink
add deploy step to deploy to pm ec2 instance using codedeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
babalola taiwo committed Jan 18, 2021
1 parent fecd7a3 commit 08bc528
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,18 @@ jobs:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}

deploy_aws: # Deploy application to AWS staging





workflows:
version: 2.1
build-deploy:
jobs:
- build
- deploy_aws:
requires:
- build
filters:
branches:
only:
- development
# - deploy_aws:
# requires:
# - build
# filters:
# branches:
# only:
# - development
- aws-code-deploy/deploy:
application-name: pm-deploy
bundle-bucket: myApplicationS3Bucket
Expand Down

0 comments on commit 08bc528

Please sign in to comment.