6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
vn-debuild
|
||
|
vn-deploy root@www1.static root@www2.static
|