backend - towards a better gitops deploy strategy #70
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/staging-deployment-on-pr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR paves the way towards a cleaner way of handling backend deployments, both in staging and in prod. It also addresses a few other DX improvements:
envFilein the local python vs code run config. (addresses issues raised in #60 ) - no more peskyload_dotenv()nixThe backend has been deployed to staging with url https://pr-70.anyway-stg.anydev.info. Check the deployment status in ArgoCD:
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.