Skip to content

Commit

Permalink
chore: update CI env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Jan 23, 2025
1 parent 2c71c5b commit cac9e5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/loco-gen-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: create myapp
run: |
loco new -n myapp --db sqlite --bg async --assets serverside -a
env:
LOCO_DEV_MODE_PATH: ${{ github.workspace }}

- name:
- name: generate deployment
run: cargo loco generate deployment --kind docker && docker build -t demo .
working-directory: ./myapp

0 comments on commit cac9e5c

Please sign in to comment.