6 lines
191 B
Batchfile
6 lines
191 B
Batchfile
|
|
@echo off
|
||
|
|
echo Deploying Atomaste to Dalidou...
|
||
|
|
scp -r "%~dp0index.html" "%~dp0fr.html" "%~dp0Media" papa@192.168.86.50:/srv/atomaste-dev/
|
||
|
|
echo.
|
||
|
|
echo Done! View at: http://192.168.86.50:8090
|