This will make it more clear what is meant by each environment:
dev: local development environment(s)
test: deployed to DO Droplet, for testing, via Github Action on commits for dev-branch
prod: deployed to DO Droplet, for production, via Github Action on releases for master-branch
This will make it more clear what is meant by each environment:
dev: local development environment(s) test: deployed to DO Droplet, for testing, via Github Action on commits for dev-branch prod: deployed to DO Droplet, for production, via Github Action on releases for master-branch