Include templates folder in promotion to test server

This commit is contained in:
Chris Jean-Marie 2024-09-30 00:15:50 +00:00
parent 4f152df006
commit ff8b608658
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
ssh chris@192.168.59.31 'pkill jean-marie' #ssh chris@192.168.59.31 'pkill jean-marie'
scp target/release/jean-marie chris@192.168.59.31:/opt/jean-marie scp target/release/jean-marie chris@192.168.59.31:/opt/jean-marie
ssh chris@192.168.59.31 'cd /opt/jean-marie && ./jean-marie&' scp -r templates chris@192.168.59.31:/opt/jean-marie
#ssh chris@192.168.59.31 'cd /opt/jean-marie && ./jean-marie&'