Skip to content

Instantly share code, notes, and snippets.

View wiledal's full-sized avatar
πŸ₯ƒ

Hugo Wiledal wiledal

πŸ₯ƒ
View GitHub Profile
@wiledal
wiledal / deploy.yml
Created August 21, 2023 06:48
Github Actions - Monorepo deploy workflow
# Deploy frontend after successful backend deployment in sequence
# If frontend changed, deploy only frontend
# If backend changed, deploy only backend
# If frontend and backend, deploy frontend after backend
name: "Deploy services"
on:
push:
branches: ["main"]
jobs:
@wiledal
wiledal / pull_request_template.md
Last active November 17, 2023 08:46
PR Template

Description

Closes JIRA-XXXX

Type of change

  • πŸ› Bug fix
  • ✨ New feature