Skip to content

Commit

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

- name: copy local loco dependency
run: |
cp -r ${{github.workspace}} /tmp/myapp/loco
- name: generate deployment
run: cargo loco generate deployment --kind docker && docker build -t demo .
working-directory: ./myapp
working-directory: /tmp/myapp

0 comments on commit 0897e27

Please sign in to comment.