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

feature: s3 template merge #22

Merged
merged 22 commits into from
Mar 11, 2024
Merged

feature: s3 template merge #22

merged 22 commits into from
Mar 11, 2024

Conversation

Benbentwo
Copy link
Member

@Benbentwo Benbentwo commented Mar 7, 2024

what

  • enhancement to s3-mirroring: template merging.

why

  • The infrastructure repository should handle the things like volume mounts family etc. the Application side should handle the image updates and any env variable changes. This change helps support that.

references

action.yml Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
Comment on lines +107 to +112
echo "----------------- S3 Task Definition -----------------"
cat ./${{ steps.tmp.outputs.dir_name }}/s3_task_def.json | jq
echo "----------------- Current Task Definition -----------------"
cat ${{ inputs.taskdef-path }}
echo "----------------- Merged Task Definition -----------------"
cat ./${{ steps.tmp.outputs.dir_name }}/${{ inputs.application }}.json
Copy link
Member

Choose a reason for hiding this comment

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

Consider using Step Summary instead.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is debug. I wanted to avoid publishing it on purpose unless explicitly asked

README.yaml Outdated Show resolved Hide resolved
@Benbentwo Benbentwo merged commit 303f5ba into main Mar 11, 2024
13 of 14 checks passed
@Benbentwo Benbentwo deleted the feature/merge-s3-mirror branch March 11, 2024 16:18
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.

3 participants