h-hello?
Some checks are pending
Deploy site to FujoCoded server / build (push) Waiting to run
Deploy site to FujoCoded server / deploy-site (push) Blocked by required conditions

This commit is contained in:
haetae 2025-09-02 19:19:08 -04:00
parent adc7c57862
commit 14237db871

View File

@ -19,7 +19,7 @@ jobs:
- name: build site
run: |
nix-shell -p "nodejs_22" --run "npm install"
nix-shell -p "nodejs_22" --run "npm run build"
nix-shell -p "nodejs_22" --run "{{ vars.ASTRO_DB_REMOTE_URL }} npm run build"
ls -la
- name: upload site