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

Download task-definition file #474

Open
hamzaNb98 opened this issue Mar 28, 2023 · 1 comment
Open

Download task-definition file #474

hamzaNb98 opened this issue Mar 28, 2023 · 1 comment

Comments

@hamzaNb98
Copy link

How to use task-definition file after download it.

@ghost
Copy link

ghost commented May 22, 2023

It is downloaded in the /_tmp/ dir on your host. Alternative, you can download yourself via:

      - name: Fetch Previous Task Dif. for Service
        run: |
          aws ecs describe-task-definition \
            --task-definition <tdf_name> \
            --query taskDefinition > task-definition.json \

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

No branches or pull requests

1 participant