Environment Initialization and Server Configuration (Docker + Laravel)
Setting up the basic Docker and Laravel execution environment on a new server
A Bit everyday A Byte every week
Setting up the basic Docker and Laravel execution environment on a new server
Building an automated deployment process with Drone, introducing different drone runners.
In our previous post, “[CI/CD with Drone 101] 01 Basic Service Setup and GitHub Integration
” there is an example docker-compose.yml file that creates two Docker runners: drone_runner_docker and drone-runner-ssh.
However, in “[CI/CD with Drone 101] 02 Setting Deployment Trigger Conditions (Pipeline)
” only the Docker runner is used.
This post will introduce both runners, along with other runners mentioned on the official website.
Tutorial on configuring deployment schedules and managing permissions through Drone for automated deployment.
Utilizing Drone
to establish a custom automated deployment service.
Drone is a CI/CD system tool developed in Golang.
This tutorial focuses on configuring deployment schedules and managing permissions.
Setting up deployment trigger conditions (pipeline) through Drone for automated deployment.
Utilizing Drone
to establish a custom automated deployment service.
Drone is a CI/CD system tool developed in Golang.
In this article, we’ll configure multiple trigger conditions to initiate different deployment steps under various circumstances.
Setting up automated deployment process with Drone, including basic service configuration and GitHub integration
Utilizing Drone
to establish your own automated deployment service.
Drone is a CI/CD system tool developed in Golang.
This article covers the configuration of basic services and integration with GitHub.
Introduction to basic Docker operations and commonly used commands
Some commonly used commands and related parameters on Docker and their usage.
In actual use, there are definitely more commands than those listed here.
Performing server stress testing with Apache Bench to assess server performance
Server stress testing is a must before going live, no exceptions!
Just imagine you’ve been working overtime for months, the system goes online.
And you’re celebrating with pizza and cocktail, only to find out suddenly the server crashes due to overwhelming traffic!
That’s why conducting stress tests beforehand makes a good system!