Add deploy script for API

This commit is contained in:
Julien Lengrand-Lambert
2019-10-23 09:52:27 +02:00
parent 56178d67af
commit 80e20bcdac

4
deploy-api.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
cd dialogflow-fun-api;
mvn package appengine:deploy