Skip to content

Commit

Permalink
chore: separate dev build and deployment steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Nov 14, 2024
1 parent 9e573ff commit e18932d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ jobs:
run: |
pipenv run dvc repro pipelines/dvc.yaml
- name: Deploy the site to dev
- name: Build the dev site
run: deno task build:dev

- name: Deploy the dev site to bytemark
run: |
deno task build:dev
# apt update
# apt install -y rsync sshpass
deno task deploy:dev
Expand Down

0 comments on commit e18932d

Please sign in to comment.