Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Part 1: Implement deploy command; update services #2

Merged
merged 8 commits into from
Nov 17, 2022

Conversation

itskingori
Copy link
Contributor

@itskingori itskingori commented Nov 11, 2022

$ ./bin/ecs-toolkit -l debug deploy --cluster=shipatlas --image-tag=5a853f72bdeb2fe68055571c154668a0e8ef1e9a
2022-11-15T20:54:37+02:00 DBG log level set to debug
2022-11-15T20:54:37+02:00 INF using config file: .ecs-toolkit.yml
2022-11-15T20:54:37+02:00 INF reading .ecs-toolkit.yml config file
2022-11-15T20:54:37+02:00 INF parsing config file
2022-11-15T20:54:37+02:00 INF validating config file
2022-11-15T20:54:37+02:00 INF fetching services: hub-web-server, hub-worker, hub-worker-scheduler cluster=shipatlas
2022-11-15T20:54:39+02:00 INF fetching service task definition cluster=shipatlas service=hub-web-server
2022-11-15T20:54:39+02:00 INF building new task definition from hub-web-server:5 cluster=shipatlas service=hub-web-server
2022-11-15T20:54:39+02:00 DBG parse current container image: 995655197720.dkr.ecr.us-east-1.amazonaws.com/shipatlas/hub:5a853f72bdeb2fe68055571c154668a0e8ef1e9a cluster=shipatlas container=rails service=hub-web-server
2022-11-15T20:54:39+02:00 INF set container image tag to 5a853f72bdeb2fe68055571c154668a0e8ef1e9a cluster=shipatlas container=rails service=hub-web-server
2022-11-15T20:54:39+02:00 DBG changed container image tag from 5a853f72bdeb2fe68055571c154668a0e8ef1e9a cluster=shipatlas container=rails service=hub-web-server
2022-11-15T20:54:39+02:00 INF registering new task definition cluster=shipatlas service=hub-web-server
2022-11-15T20:54:40+02:00 INF registered new task definition hub-web-server:53 cluster=shipatlas service=hub-web-server

Related Issues & PRs

References

@itskingori itskingori force-pushed the implement_deploy_command branch 8 times, most recently from 1f22d4c to c52c02a Compare November 16, 2022 22:18
@itskingori itskingori force-pushed the implement_deploy_command branch from c52c02a to d8e7b34 Compare November 17, 2022 15:49
@itskingori itskingori force-pushed the implement_deploy_command branch 6 times, most recently from 54a9547 to 87b5ad3 Compare November 17, 2022 17:43
@itskingori itskingori force-pushed the implement_deploy_command branch from 87b5ad3 to 389c51f Compare November 17, 2022 17:46
@itskingori itskingori marked this pull request as ready for review November 17, 2022 17:48
@itskingori itskingori merged commit 92daeea into main Nov 17, 2022
@itskingori itskingori deleted the implement_deploy_command branch November 17, 2022 17:48
@itskingori itskingori changed the title Implement deploy command Part 1: Implement deploy command; update services Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant