Skip to content

Instantly share code, notes, and snippets.

@hbar1st
hbar1st / release.yml
Created November 6, 2024 17:43 — forked from plamoni/release.yml
Pete's S3+CloudFront GitHub Action Deploy Script
# Heavily borrowed from https://gist.github.com/neftaly/6390a8b3bfc278113d1a42303532d9b2
name: Build and Deploy
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
@hbar1st
hbar1st / release.yml
Created November 6, 2024 17:43 — forked from plamoni/release.yml
Pete's S3+CloudFront GitHub Action Deploy Script
# Heavily borrowed from https://gist.github.com/neftaly/6390a8b3bfc278113d1a42303532d9b2
name: Build and Deploy
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]