pixsy/deploy.sh

7 lines
141 B
Bash
Raw Normal View History

2020-10-30 17:50:03 +00:00
#! /usr/bin/env bash
2020-11-04 15:38:43 +00:00
rm -rf dist
mkdir dist
2020-11-08 20:50:42 +00:00
cp -r README.md LICENSE index.html script.js pkg includes dist
2020-11-08 20:50:55 +00:00
butler push dist ruin/pixsy:html