CI/CD Update

This commit is contained in:
Neshura 2023-09-07 20:19:33 +02:00
parent eb63e033eb
commit 93bded4afc
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -24,6 +24,7 @@ build:
CACHING:
script:
- echo "Compiling the code..."
- export DATABASE_URL=$DATABASE_URL
- cargo build -r
- echo "Compile complete."
after_script: