Skip to content

Commit

Permalink
use nu build deploy for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Dec 10, 2023
1 parent e240eda commit 86bb088
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@ jobs:
with:
tool: nu
- name: Config
run: |
poetry run confrecipe -r build/deploy/dev/dev.toml -e localdev
poetry run confrecipe -r build/deploy/staging/staging.toml -e staging
poetry run confrecipe -r build/deploy/production/production.toml -e production
poetry run confrecipe -r build/data_sync/data_sync.toml -e production
poetry run confrecipe -r build/deploy/repl/repl.toml -e production
run: nu build.nu deploy
working-directory: ${{ github.workspace }}
- uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit-action
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 86bb088

Please sign in to comment.