Updating references to old api/ to clippable-svc/

This commit is contained in:
2022-10-28 12:12:21 -07:00
parent 348410853a
commit 9671be1ff3
3 changed files with 8 additions and 8 deletions

View File

@@ -5,9 +5,9 @@
- master
before_script:
- mkdir -p build
- cp api/templates/ api/static/ build/ -r
- cp clippable-svc/templates/ clippable-svc/static/ build/ -r
after_script:
- cp api/target/release/clippable-server build/server
- cp clippable-svc/target/release/clippable-server build/server
- cp ./scripts/ build/ -r
- cp readme.md build/
- sh ./scripts/default-rocket-toml.sh