4 lines
48 B
Bash
4 lines
48 B
Bash
#!/bin/sh
|
|
|
|
GIT_USER=$1 USE_SSH=true yarn deploy
|
#!/bin/sh
|
|
|
|
GIT_USER=$1 USE_SSH=true yarn deploy
|