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

Add Continuous Deployment support - better CI/CD integration #9

Open
thomvaill opened this issue Nov 22, 2019 · 0 comments
Open

Add Continuous Deployment support - better CI/CD integration #9

thomvaill opened this issue Nov 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@thomvaill
Copy link
Owner

As mentioned in the README, I did not have time to develop this feature properly yet.

I used to do CD with a T.A.D.S. similar repository by (roughly):

  • Always referer to Docker images with tags
  • Manage those tags into a separate tags.yml file
  • Write a script that can update a tag, perform a ./tads ansible-playbook production deploy, and in case of success commit and push the file
  • Make the CI/CD tool use this script in the deployment pipeline

We may also consider the option of using Portainer's API to achieve CD.
But I'm not really in favor of this because the main advantage of commiting the newly deployed tags is that all developers can stay in sync with the prod.

@thomvaill thomvaill added the enhancement New feature or request label Nov 22, 2019
@thomvaill thomvaill self-assigned this Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant