mirror of
https://github.com/dsprenkels/backpack.git
synced 2026-05-04 03:00:05 -04:00
8 lines
173 B
Bash
Executable File
8 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export NODE_ENV="production"
|
|
export PUBLIC_URL="/paklijst"
|
|
|
|
npm run-script build || exit 1
|
|
rsync -ravuzh --delete build/ suki:/var/www/as8.nl/paklijst/ || exit 1
|