Vigyata.AI
Is this your channel?
PastebinPastebinTimestamp 5

48:47 .github/deploys.deploy.yml

This is the GitHub Actions workflow I use to deploy the app to my VPS, so every push can trigger a proper CI/CD pipeline. If you’re self-hosting on DigitalOcean, automation like this saves you from manual SSH deploys every time.

Buy on Pastebin

You'll be taken to Pastebin to complete your purchase.

Pros

  • +Automates deployments on code push
  • +Great foundation for production-style CI/CD

Cons

  • -Requires server setup and secrets configuration to be correct

Featured in this video