# Sage Digital Sandbox

This repo deploys all changes to the `deploy-production` branch directly to [https://sandbox.sagedigital.com](sandbox.sagedigital.com) for testing, experimentation, etc.


## Branching Policy

**WARNING: The nature of this repo will always be volitile and ephemeral. It intended as mearely a deploy pipeline tool, so it's a good idea to start work in another repository and simply copy it to here for publicly-accessible testing.**

Please branch off `main` and overwrite `deploy-production` with a force-push to deploy. Because of this practice, expect work not saved elsewhere to disappear quickly.

If you think you've got something you want to keep around for a while, feel free to marge it with `main` yourself. You can use a PR for record keeping, but it's not necessary.


## Folder Structure Policy

Please keep experiments confined to subdirectories. This makes rebasing easier and collisions with other branches less likely.

```
📂 /
├─📂 death-star-plans/
├─📂 last-months-thing/
├─📂 last-weeks-thing/
└─📂 this-weeks-thing/
```