There are some prerequisites for setting up deployment.
Assuming the above prerequisites are met, setting up deployment is easy!
ssh team+ed-digital+the-yards@ssh.getflywheel.com), the value you want is team+ed-digital+the-yards.cat ~/.ssh/id_rsa | pbcopy in your terminal to copy this directly to your clipboard.SSH_USER and paste in the value from step 1. Save it!PRIVATE_KEY and paste in the value from step 2. Save it!.github/workflows/main.yaml.disabled to .github/workflows/main.yaml and commit/push the results.
mv .github/workflows/main.yaml.disabled .github/workflows/main.yaml
git commit -am "Enable Github Action deployment"
git push
Your first deploy might fail to run at the 'Install Dependencies' step. Try running 'Re-run all jobs'.
TBW