Commit 603cd1b3 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

rename and update deploy script

parent 09d9607d
grunt
cd service
mvn package
scp target/ctf-archifact-1.0-SNAPSHOT.jar grzesiek@52.25.28.64:apka.jar
scp configuration.yml grzesiek@52.25.28.64:configuration.yml
ssh grzesiek@52.25.28.64 /sbin/fuser -k 8080/tcp
ssh grzesiek@52.25.28.64 nohup java -jar apka.jar server configuration.yml
\ No newline at end of file
ssh grzesiek@52.25.28.64 "cd CTF && git pull && grunt && cd service && /sbin/fuser -k 8080/tcp; bash start.sh"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment