this PR is a follow-up PR to #1
Please understand the above PR fully, before moving onto this one.
in order to flesh out the above PR we need to do the following:
GitHub Action Integration: Implement GitHub Action that automatically checks if the changes we made to Go files work seamlessly within the Cobra framework, ensuring our CLI commands are reliable. Consult the .yaml workflows for this.
Efficient Production Deployment: Create a mechanism to delete the .env file before deploying to the production environment and then automatically recreate it during container assignment on EC2 instances. This guarantees that our production environment always has the latest configurations. You can edit the Dockerfile for this.
TO-DO LIST
this PR is a follow-up PR to #1
Please understand the above PR fully, before moving onto this one.
in order to flesh out the above PR we need to do the following:
GitHub Action Integration: Implement GitHub Action that automatically checks if the changes we made to Go files work seamlessly within the Cobra framework, ensuring our CLI commands are reliable. Consult the .yaml workflows for this.
Efficient Production Deployment: Create a mechanism to delete the .env file before deploying to the production environment and then automatically recreate it during container assignment on EC2 instances. This guarantees that our production environment always has the latest configurations. You can edit the Dockerfile for this.
TO-DO LIST