grub-fork/scripts/deploy.sh

5 lines
140 B
Bash
Raw Normal View History

2014-12-07 08:36:47 +00:00
#!/bin/bash
BUILD_NAME=`ls -t target/builds | head -1`
2015-05-01 06:01:22 +00:00
scp target/builds/$BUILD_NAME $GRUB_USER@$GRUB_SERVER:$GRUB_RELEASE_DIR/$BUILD_NAME