Appearance
Deployment Process
The deployment process is very simple. Since the App-Plattform already contains the remote Git Repository, you only have to start de build process inside the applications build window under /general/application/<your-apps-id>/build. Click on the Build Latest button and check for the build success inside the provided Operation Log viewer. Once the build is successful the application can be deployed by stopping and then restarting the app inside the Application Details window under /general/application/<your-apps-id>. That's it. Your application should now be deployed.
Building older Commits
You can also build old commits inside the build window by clicking on the Version tab. Here you can build one of the older commis. After the build check if the selected commits name appears next to the Build Latest button. If so, restart your app and the deployment is finished.
Troubleshooting
All the App-Plattform does is to run the Dockerfile inside your projects root directory. If you see any errors during the build process check the Dockerfile and try to build the container locally.