|
You are here |
4bes.nl | ||
| | | | |
www.4bes.nl
|
|
| | | | | This step by step guide will show how you can set up continous deployment and deploy Azure PowerShell Functions with GitHub Actions. | |
| | | | |
markheath.net
|
|
| | | | | Mark Heath's Development Blog | |
| | | | |
davquar.it
|
|
| | | | | A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages. | |
| | | | |
til.simonwillison.net
|
|
| | | I have a Django application which uses PostgreSQL. I build the Django application into its own Docker container, push that built container to the GitHub package registery and then deploy that container to production. | ||