Copies .env from /opt/gbo/bin/system to current directory
Some checks failed
GBCI / build (push) Failing after 7m54s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-09-19 19:58:36 -03:00
parent 16d6c1db48
commit 2f07322a4e

View file

@ -23,6 +23,7 @@ jobs:
- name: Run build - name: Run build
run: | run: |
sudo cp /opt/gbo/bin/system/.env .
cargo build --locked cargo build --locked
- name: Deploy binary and restart - name: Deploy binary and restart