Skip to content

Instantly share code, notes, and snippets.

View akiletour's full-sized avatar
💛
Available

Pascal GAULT akiletour

💛
Available
View GitHub Profile
@scyto
scyto / docker-swarm-architecture.md
Last active May 28, 2024 14:48
My Docker Swarm Architecture
<?php
/**
* The main plugin file
*
* @package WordPress_Plugins
* @subpackage OS_Disable_WordPress_Updates
*/
/*
Plugin Name: Disable All WordPress Updates
@Slauta
Slauta / .gitlab-ci
Last active March 18, 2024 16:53
electron-updater from private repo gitlab.com
variables:
VERSION_ID: '1.0.$CI_PIPELINE_ID'
stages:
- build
build:
image: slauta93/electron-builder-win
stage: build
artifacts: