From 2b829e1f171fb765fe8c15454d2233d8d3687e0d Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Thu, 28 Dec 2017 18:21:39 +0000 Subject: [PATCH] Remove `upload-codedeploy-artifact` target --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 297bd28a2..37c2381df 100644 --- a/Makefile +++ b/Makefile @@ -85,12 +85,6 @@ build: dependencies generate-version-file ## Build project .PHONY: cf-build cf-build: dependencies generate-version-file ## Build project for PAAS -.PHONY: upload-codedeploy-artifact ## Upload the deploy artifact for CodeDeploy -upload-codedeploy-artifact: check-env-vars - $(if ${DEPLOY_BUILD_NUMBER},,$(error Must specify DEPLOY_BUILD_NUMBER)) - aws s3 cp --region eu-west-1 --sse AES256 target/notifications-api.zip s3://${DNS_NAME}-codedeploy/notifications-api-${DEPLOY_BUILD_NUMBER}.zip - aws s3 cp --region eu-west-1 --sse AES256 target/notifications-api-db-migration.zip s3://${DNS_NAME}-codedeploy/notifications-api-db-migration-${DEPLOY_BUILD_NUMBER}.zip - .PHONY: build-paas-artifact build-paas-artifact: ## Build the deploy artifact for PaaS rm -rf target