Skip to content

Instantly share code, notes, and snippets.

View 13013SwagR's full-sized avatar

Vincent Dansereau 13013SwagR

View GitHub Profile
@vanxh
vanxh / .dockerignore
Last active April 16, 2024 22:18
Dockerfile to deploy NextJS using yarn v3 (berry) PnP.
Dockerfile
.dockerignore
node_modules
npm-debug.log
README.md
# .next
.git
.DS_Store
.yarn/*
!.yarn/cache
@13013SwagR
13013SwagR / ccs-0.0.1.yaml
Last active March 3, 2026 21:24
CI-CD Standard 0.0.1
# Tasks definition
# Tasks represent code or programs to be executed with the required parameters
# Usage rules:
# 1. Variables MUST NOT be made of other variables. This should be handled within the service integration
# Implementation rules:
# 1. Tasks MUST call at least one service
# 2. Tasks MUST produce a result
# 3. Tasks result object has 3 sub-objects:
# the result code(integer), the execution log artifact (URL), the pipeline artifacts (URL)