novacbn / svelte-in-motion

Remotion clone, but in Svelte!
https://svelte-in-motion.nbn.dev
MIT License
92 stars 5 forks source link

Create CI / CD #13

Open novacbn opened 2 years ago

novacbn commented 2 years ago

Description

Create a GitHub Action which pushes to sim-test-novacbn.vercel.app every night (half day? dunno) when the codebase is successfully passing any available tests. To keep in line with Vercel's free deploy limits.

Also create another GitHub Action which pushes to svelte-in-motion.nbn.dev whenever a new GitHub Release is made.

novacbn commented 2 years ago

Added initial CI in e749da179d7d96136d2be7efb0cc183b7b3b6e62. The codebase needs its typing cleaned up before adding in type checking.