mirror of
https://gitlab.com/restcountries/restcountries.git
synced 2026-03-31 15:07:46 +01:00
6 lines
197 B
Bash
6 lines
197 B
Bash
#!/bin/bash
|
|
mvn clean install
|
|
docker build -t registry.gitlab.com/amatos/rest-countries:master .
|
|
docker push registry.gitlab.com/amatos/rest-countries:master
|
|
ssh root@restcountries.com "./restart"
|