'Simple Container Pipeline with Github Actions or Webhooks

Simple setup one VPS with Portainer running a Container instance of my service. GitHub repository is used to maintain my code.

Goal simplest way to automatically compile project on merge to master via GitHub Workflows. And deploy the newest image to the VPS.

The compilation of the image can be done on the VPS itself.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source