Created
December 30, 2018 17:13
-
-
Save deleugpn/0acd88e0c7b88ef0e66ab2c22074df7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws ecs run-task \ | |
--cluster your_cluster_name \ | |
--task-definition your_task_definition_name-artisan \ | |
--overrides "{\"containerOverrides\":[{\"name\":\"artisan\",\"command\":[\"php\",\"/app/artisan\",\"$1\"]}]}" \ | |
--launch-type FARGATE \ | |
--network-configuration file://$(pwd)/amazon/network.json \ | |
--profile your_aws_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment