💻
IT Wiki
  • 👋Welcome
  • 🐧Linux
    • Basics
    • Useful Commands
    • SSH
    • Linux with Windows
      • WSL
      • Linux on Portable SSD
    • Ubuntu Startup Script
    • Customize Terminal
      • Best Shell
      • Change Bash Colors
    • Add flatpak for Kubuntu 24.04
    • Troubleshooting
    • 🐳Docker
      • Introduction
      • Tips & Tricks
      • Easy Monitoring
      • Examples of use
  • VS Code
    • Alpine Vscode Server Tunnel
    • Codespace as SSH Proxy
    • GUI on Codespace
    • Nice Extensions
  • Git
    • SSH Keys & PAT
    • Updating fork
    • Creating a mirror of a repo
    • Rename/Edit/Squash commit(s)
    • Reset and Switch
    • Github Actions
    • Tips & Tricks
  • Python
    • Virtual Environments
    • UV
    • Tips & Tricks
  • 🎬PlexMediaServer
    • Installation
    • Reverse Proxy
    • Forward Port on Oracle Free Tier
  • 💻Awesome Tools
    • Medicat
  • 😎Awesome Sites
    • ⭐FMHY
    • 👓Github Awesome
    • QuickRef
    • Hacking Wiki
  • ✍️TODO
    • R&T
    • React + NodeJS + Express Website
Powered by GitBook
On this page
  • Automate docker image build publish
  • Automate Pypi releases (test on pre-release, official on releases)
  • Automate Github Pages build:
  • Automate flutter apk release build
  1. Git

Github Actions

Automate docker image build publish

https://github.com/Crackvignoule/debrid-client-proxy/blob/main/.github/workflows/docker-image.yml

another more complex example with testing requirement: https://github.com/Slynax/dump.fun/actions/runs/13072892669

Automate Pypi releases (test on pre-release, official on releases)

https://github.com/CEA-MetroCarac/pyvsnr/tree/main/.github/workflows

Automate Github Pages build:

https://github.com/Crackvignoule/trade-of-exile/blob/main/.github/workflows/deploy.yml

https://github.com/Crackvignoule/Portfolio/blob/main/.github/workflows/nextjs.yml

Automate flutter apk release build

https://github.com/C0gn1to/mobile/blob/master/.github/workflows/build-apk.yml

PreviousReset and SwitchNextTips & Tricks

Last updated 4 months ago