4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker build -t tonychee7000/code-ssh:$1 .
|
||
|
docker push tonychee7000/code-ssh:$1
|