A simple Hello, World!
application that demonstrates the use of multi-stage builds to deploy a standalone .NET Core 2.0 application to a Resin device.
- Clone this repository
- Add the Resin
git
endpoint:
git remote add resin <username>@git.resin.io:<username>/<application_name>.git
The full endpoint can also be found in the application screen on the dashboard.
- Initiate a multi-stage deployment:
git push resin master:resin-emulated
NOTE: This deployment process is slightly different from the normal process. See this blog post for more details.