Update API and add local embed script
This commit is contained in:
parent
0b7bd41636
commit
35eddf8cd7
File diff suppressed because one or more lines are too long
|
@ -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
|
Loading…
Reference in New Issue