Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[run] images, tag, role and exclusive env/scecret #83

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Maks3w
Copy link
Contributor

@Maks3w Maks3w commented Feb 12, 2019

This PR mimics the flags available on deploy also for run


if diff:
print_diff(td, 'Using task definition: %s' % task)

if image or tag or role:
td = create_task_definition(action, td)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you create a new task definition here, I think it should be deregistered, after the task had been successfully executed. Otherwise you end up with n active task definitions in ECS. What do you think? As in the deploy action, this could be controllable via a cli parameter

@Maks3w Maks3w force-pushed the override-run branch 3 times, most recently from 3acf716 to dcc3fa7 Compare September 28, 2019 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants