mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-07 11:30:06 -06:00
8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
npm ci
|
|
./minify
|
|
npm run test
|
|
mvn clean install
|
|
docker build -f Dockerfile -t "housewrecker/gaps:alpha" .
|
|
docker push "housewrecker/gaps:alpha" |