4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/bash
|
||
|
git pull
|
||
|
docker build . -t v0idf1sh/nodbot
|
||
|
docker push v0idf1sh/nodbot
|