You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have a Continuous Integration / Continuous Deployment stream in the development environment so that we can automatize the process of updating alpha.bucoli.co.
We want to have a CI/CD.
The text was updated successfully, but these errors were encountered:
To address this issue along side with the CI/CD thing it is needed to separete withing the Git structure of the project what is a branch for the alpha and what is a branch for the production so that there will be no mistake or misunderstanding of which is which.
For this purpose I set up a branch called alpha in which the development will occur in a daily basis and will be the branch to be poured at the alpha site via the CI/CD thing.
When it is ready, the alpha branch willl be merged with the master for the production site at the end of each sprint cycle.
Due to personal problems I could not finish this at this sprint and now alpha branch is on freeze. so no more testing!
I have studied a little more about how Github Actions work and I believe I have figured out what I was missing.
Deadline: Sat 11:00
We want to have a Continuous Integration / Continuous Deployment stream in the development environment so that we can automatize the process of updating
alpha.bucoli.co
.We want to have a CI/CD.
The text was updated successfully, but these errors were encountered: