Update API and add local embed script

This commit is contained in:
Davide De Rosa 2019-03-03 22:02:05 +01:00
parent 0b7bd41636
commit 35eddf8cd7
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

5
ci/copy-api.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
. .env.secret-deploy
SRC=$PROJECT_ROOT/api/v1
DST=$PROJECT_ROOT/passepartout-ios/Passepartout/Resources/Web
rm -rf $DST && cp -pr $SRC $DST