Explore >> Select a destination


You are here

nikdoof.com
| | andrewlester.net
10.3 parsecs away

Travel
| | (Outdated) Deploying a SvelteKit application to GitHub Pages.
| | www.andrlik.org
9.4 parsecs away

Travel
| | I've been using uv in my Github Actions workflows for a while now to speed up my runner environment creation, and I wanted to do the same for my publishing workflows. So, I created the following workflow for each of my PyPI packages.
| | wittchen.io
8.7 parsecs away

Travel
| | Recently GitHub introduced really interesting feature to their service called Actions. Actions can be used for automating various tasks related to the repositories like CI, CD, testing, deployment and whatnot. The general concept is as follows: We can create so called action, which can be based on a JavaScript project or a Docker container. We can also use existing actions in the Marketplace. Next, we can create workflow in the yml file, where we define our workflow. Workflow can consist of on a job with many steps using different actions. We can also define multiple jobs, where one depends on another. Workflows can be triggered in many ways. E.g. by push, pull request, creating issue, publishing release, scheduled event or external event.
| | www.bitovi.com
57.9 parsecs away

Travel
| Your JavaScript/Node API is containerized, but do you have a CI pipeline automating testing, building, & publishing images? Build one with GitHub workflows