diff --git a/.do/app.yaml b/.do/app.yaml new file mode 100644 index 00000000..f22400c9 --- /dev/null +++ b/.do/app.yaml @@ -0,0 +1,9 @@ +name: sample-react +services: +- build_command: yarn build + environment_slug: node-js + github: + branch: master + deploy_on_push: true + repo: digitalocean/sample-react + name: sample-react