Skip to content

Instantly share code, notes, and snippets.

View lynshi's full-sized avatar

Lyndon Shi lynshi

View GitHub Profile
@lynshi
lynshi / azure-cdn-purge.yml
Last active February 2, 2021 20:42
Sample GitHub Action for purging Azure CDN
name: Purge Azure CDN
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
@lynshi
lynshi / azure-static-site-deploy.yml
Last active December 29, 2019 17:48
GitHub Actions script for deploying static website to Azure.
name: Deploy to Azure
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy: