accordproject / template-playground

Web Playground for TemplateMark templates
https://playground.accordproject.org
Apache License 2.0
17 stars 19 forks source link

[WIP] Add workflow to build and publish to AWS S3 bucket #1

Closed martinhalford closed 1 year ago

martinhalford commented 1 year ago

Initial incomplete workflow that will build and publish the app to an AWS S3 Bucket upon checkin to main.

This workflow currently fails as the NPM Install and NPM Build steps need to be rejigged for tsc and vite.

However, the rest of the workflow should work!

A Maintainer will also need to specify certain GitHub secrets, specifically:

These secrets can be created in the accordproject/template-playground repo under "Settings" > "Secrets and variables / Actions".

image