take deploy target as argument
This commit is contained in:
parent
11778ef50c
commit
79c0140166
1 changed files with 1 additions and 1 deletions
2
deploy
2
deploy
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
IFS=$'\n'
|
||||
rsync -Rtzv $(git ls-files public) root@reinefjord.net:/var/www/reinefjord.net-v3/
|
||||
rsync -Rtzv $(git ls-files public) root@$1:/var/www/reinefjord.net-v3/
|
||||
|
|
Loading…
Add table
Reference in a new issue