GitHub Actions
GitHub Actions
GitHub Actions

Deploying Streamlit to Cloud Run

2023-08-04

Deploying Streamlit to Cloud Run

This article explains the steps to deploy Streamlit to Cloud Run. Terraform is used to create the necessary infrastructure resources on Cloud Run and deployment process is automated via GitHub Actions.

Python
Python
Streamlit
Streamlit
Cloud Run
Cloud Run
Google Cloud
Google Cloud
GitHub Actions
GitHub Actions
Docker
Docker
Terraform
Terraform
Deploying FastAPI Application to ECS Fargate

2023-07-15

Deploying FastAPI Application to ECS Fargate

This article introduces how to deploy a FastAPI application to ECS Fargate, including creating infrastructure resources with Terraform, and configuring GitHub Actions for continuous deployment.

AWS
AWS
Amazon ECS
Amazon ECS
FastAPI
FastAPI
Terraform
Terraform
GitHub Actions
GitHub Actions
Automating Sitemap Updates Using GiHub Actions

2023-07-03

Automating Sitemap Updates Using GiHub Actions

This article introduces how to automate sitemap updates using GitHub Actions.

Google
Google
Google Search Console
Google Search Console
SEO
SEO
GitHub Actions
GitHub Actions
Custom Actions in GitHub Actions

2023-03-07

Custom Actions in GitHub Actions

This article provides a guide to creating custom GitHub Actions, delving into the three main types - Docker Container Actions, JavaScript Actions, and Composite Run Steps Actions.

GitHub
GitHub
GitHub Actions
GitHub Actions
Environment variables in GitHub Actions

2023-03-06

Environment variables in GitHub Actions

This article guides you through managing environment variables and handling sensitive data with secrets in GitHub Actions, ensuring secure and efficient workflows for your development projects.

GitHub
GitHub
GitHub Actions
GitHub Actions
Conditional Execution in GitHub Actions

2023-03-05

Conditional Execution in GitHub Actions

This article covers how to use conditional execution in GitHub Actions to control when certain steps or jobs in a workflow should run.

GitHub
GitHub
GitHub Actions
GitHub Actions
Actions in GitHub Actions

2023-03-04

Actions in GitHub Actions

This article provides an in-depth overview of the different types of actions in GitHub Actions, including GitHub Marketplace Actions, Third-Party Actions, Container Images from Docker Hub, and how to create your own custom actions.

GitHub
GitHub
GitHub Actions
GitHub Actions
Artifacts and Job Outputs in GitHub Actions

2023-03-04

Artifacts and Job Outputs in GitHub Actions

This article offers ab exploration of artifacts and job outputs in GitHub Actions, showcasing their potential through practical examples. Discover how to effectively share data between actions and jobs.

GitHub
GitHub
GitHub Actions
GitHub Actions
Integrating Black with GitHub Actions

2023-03-03

Integrating Black with GitHub Actions

This article explians how to integrate Black, a Python code formatter, with GitHub Actions.

GitHub
GitHub
GitHub Actions
GitHub Actions
Python
Python
Setting Up Python 3.10 in GitHub Actions

2023-03-03

Setting Up Python 3.10 in GitHub Actions

This article shows you the process of setting up Python 3.10 in GitHub Actions while addressing and resolving version compatibility issues caused by YAML's handling of floating-point numbers.

GitHub
GitHub
GitHub Actions
GitHub Actions
Python
Python
Triggering Workflows in GitHub Actions

2023-03-03

Triggering Workflows in GitHub Actions

This article delves into triggering workflows in GitHub Actions, covering event-driven pipelines, events and triggers, scheduled workflows, and manual workflows. Learn how to leverage push, pull request, repository, and issue events to create efficient pipelines. Explore cron syntax for scheduling workflows and setting up manual workflows with the workflow_dispatch event. Finally, discover how to combine multiple triggers for more complex workflows tailored to your project's needs.

GitHub
GitHub
GitHub Actions
GitHub Actions
What is GitHub Actions

2023-02-03

What is GitHub Actions

This article provides an in-depth introduction to GitHub Actions, an automation platform integrated within GitHub to streamline and optimize software development processes. Learn about the main components of GitHub Actions, including events, jobs, and actions, and discover how to set up your repository, create custom workflows, and utilize predefined actions. The article also covers the basic syntax and structure of workflow files and explores GitHub Actions' pricing model for public and private repositories.

GitHub
GitHub
GitHub Actions
GitHub Actions
Eliminating Dual Management of ECS Task Definition in Terraform and GitHub Actions

2022-12-03

Eliminating Dual Management of ECS Task Definition in Terraform and GitHub Actions

This article discusses the dual management issue of ECS task definitions in Terraform and GitHub Actions, and proposes a solution that simplifies task definition management by downloading the existing definition directly from AWS ECS in a GitHub Actions workflow.

AWS
AWS
Amazon ECS
Amazon ECS
Terraform
Terraform
GitHub Actions
GitHub Actions
Updating AWS ECR Image Using OIDC with GitHub Actions

2022-09-05

Updating AWS ECR Image Using OIDC with GitHub Actions

This article introduces how to push an ECR image using GitHub Actions and the OpenID Connect (OIDC) protocol.

GitHub
GitHub
GitHub Actions
GitHub Actions
Terraform
Terraform
AWS
AWS