This commit is contained in:
Paul Schneider 2021-04-05 01:13:24 +01:00
commit 8a15df9b1d
2 changed files with 10 additions and 3 deletions

View file

@ -56,7 +56,8 @@ deploy_staging:
stage: deploy
script:
- echo "Deploy to staging server"
- make strip_yavscd
environment:
name: staging
url: https://yavscpre.pschneider.fr

View file

@ -17,11 +17,17 @@ clean:
checklibs:
ls $(DNXLIBFP)
updatedeps:
src/Yavsc/bin/output/wwwroot:
make -C src/Yavsc publish
private/lib:
mkdir -p private/lib
updatedeps: src/Yavsc/bin/output/wwwroot private/lib
cp src/Yavsc/bin/output/approot/packages/*/*/lib/*net451*/*.dll private/lib/
cp src/Yavsc/bin/output/approot/packages/*/*/lib/*dnx451*/*.dll private/lib/
restore:
restore: /home/paul/workspace/tmp/yavsc/src/Yavsc/bin/output/wwwroot
make -C src/OAuth.AspNet.AuthServer restore
make -C src/OAuth.AspNet.Token restore
make -C src/Yavsc.Server restore