adding V3 with new country structure

This commit is contained in:
Alejandro Matos
2021-05-22 11:53:36 -05:00
parent d708a22ca7
commit 1776547fc1
20 changed files with 41552 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/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"