Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 2, 2022
1 parent 8cfed3c commit 956a218
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions scripts/deploy-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ if [ -z "$PK_AWS_ECS_TASK_DEFINITION" ]; then
exit 1
fi

# Create service, note that this is not stderr, this is the output of the command
echo "Creating Cluster $PK_AWS_ECS_CLUSTER"

# echo "Creating Cluster $PK_AWS_ECS_CLUSTER"

# aws ecs create-cluster \
# --cluster-name "$PK_AWS_ECS_CLUSTER" \
# --capacity-providers 'FARGATE' \
# --default-capacity-provider-strategy 'capacityProvider=FARGATE' \
# --output json
aws ecs create-cluster \
--cluster-name "$PK_AWS_ECS_CLUSTER" \
--capacity-providers 'FARGATE' \
--default-capacity-provider-strategy 'capacityProvider=FARGATE' \
--output json

# Registering Task Definition

Expand Down

0 comments on commit 956a218

Please sign in to comment.