SimpleNotes/deploy-docker-hub.sh
2020-08-13 19:39:41 +02:00

9 lines
215 B
Bash
Executable File

#!/bin/sh
rm app/src/main/resources/css-manifest.json
rm app/src/main/resources/static/styles*
yarn --cwd css run css-purge \
&& docker build -t hubv/simplenotes . \
&& docker push hubv/simplenotes:latest