blob: fb6a5d92a4c6eb46252229c8c28c9c22a7a11f8c [file] [log] [blame] [raw]
checkout:
post:
# clone the Glowkit submodule (see https://circleci.com/docs/configuration)
- git submodule sync
- git submodule update --init
test:
post:
- cp -r target/glowstone*.jar $CIRCLE_ARTIFACTS/
## deploy to test server
#deployment:
# devel:
# branch: master
# commands:
# - scp -P 2299 $CIRCLE_ARTIFACTS/glowstone++-1.8.7-SNAPSHOT.jar slog@therealms.us:glowstone.jar
# - ssh slog@therealms.us -p 2299 './start.sh'