Support for multiple Compose files #36
Replies: 3 comments 3 replies
-
If you want to deploy 2 compose files, you just need to add 2 steps. One step for each compose file. This is tested and working. It is used in the test workflow. Let me know if there is something I am missing or you need more assistance. |
Beta Was this translation helpful? Give feedback.
-
I created a PR for this, and it seems to be working, at least for single files which uses the same logic. I updated the @TrezOne You can test this now by specifying the branch @ Example: - name: 'Stack Deploy'
uses: cssnr/stack-deploy-action@files
with:
file: 'file1.yaml file2.yaml' Let me know if you run into any issues or have any feedback on the changes. |
Beta Was this translation helpful? Give feedback.
-
I have released these changes in This release can be use with any of these tags: cssnr/stack-deploy-action@v1
cssnr/[email protected]
cssnr/[email protected] @TrezOne Thank you for taking the time to make this request and let me know if you run into any issues or have any more questions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Title says it all. At the moment it looks like it only supports passing one Compose file.
Beta Was this translation helpful? Give feedback.
All reactions