Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant