/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

4bes.nl
| | www.4bes.nl
0.3 parsecs away

Travel
| | This step by step guide will show how you can set up continous deployment and deploy Azure PowerShell Functions with GitHub Actions.
| | markheath.net
2.9 parsecs away

Travel
| | Mark Heath's Development Blog
| | davquar.it
1.8 parsecs away

Travel
| | 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
9.6 parsecs away

Travel
| 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.