Change dir structure for deployment
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ssh [email protected]
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ssh [email protected] << EOF
|
||||
cd repo
|
||||
git pull
|
||||
EOF
|
||||
Reference in New Issue
Block a user