Skip to content

Instantly share code, notes, and snippets.

@Pinwheeler
Last active March 18, 2020 00:36
Show Gist options
  • Save Pinwheeler/60dfa9703bae0cf24dae0188e7aaf739 to your computer and use it in GitHub Desktop.
Save Pinwheeler/60dfa9703bae0cf24dae0188e7aaf739 to your computer and use it in GitHub Desktop.
./gradlew bootJar
scp build/libs/myapp.jar username@ip_address:
ssh -t username@ip_address 'sudo /bin/systemctl restart myapp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment