Skip to content

Commit

Permalink
[deployment] Fix create-deployment invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed May 30, 2018
1 parent 1dedb70 commit b18d16a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ function deploy_chain() {
# when trying to add files with timestamps before 1980 in them.
find ./ -exec touch {} \;

# TODO: REMOVE THIS
ls -la

log "Pushing new revision to CodeDeploy app '${app}' in S3 bucket '${bucket}', as '${release_name}.zip'.."

aws deploy push \
Expand All @@ -58,7 +55,7 @@ function deploy_chain() {

log "Creating deployment for CodeDeploy app '${app}', using deployment config ${deploy_config}, and group ${deploy_group}"

aws create-deployment \
aws deploy create-deployment \
--description="${PREFIX} deployment of commit ${CIRCLE_SHA1} via build ${CIRCLE_BUILD_NUM} at ${ts}" \
--application-name="${app}" \
--deployment-config-name="${deploy_config}" \
Expand Down

0 comments on commit b18d16a

Please sign in to comment.