Skip to content

Instantly share code, notes, and snippets.

View Pyroarsonist's full-sized avatar
🇺🇦

Danylo Velikiy Pyroarsonist

🇺🇦
View GitHub Profile
ctMatchHistory { firstHalf:
[ { type: 'lost', roundOrdinal: 1, survivingPlayers: 0 },
{ type: 'Terrorists_Win', roundOrdinal: 2, survivingPlayers: 1 },
{ type: 'lost', roundOrdinal: 3, survivingPlayers: 0 },
{ type: 'lost', roundOrdinal: 4, survivingPlayers: 0 },
{ type: 'lost', roundOrdinal: 5, survivingPlayers: 0 },
{ type: 'Target_Bombed', roundOrdinal: 6, survivingPlayers: 2 },
{ type: 'Terrorists_Win', roundOrdinal: 7, survivingPlayers: 1 },
{ type: 'Terrorists_Win', roundOrdinal: 8, survivingPlayers: 3 },
{ type: 'Terrorists_Win', roundOrdinal: 9, survivingPlayers: 2 },
@Pyroarsonist
Pyroarsonist / .github-build.yml
Created November 20, 2023 13:51
Build and deploy using ghcr
name: Build and Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: self-hosted