Skip to content

Commit

Permalink
fix: production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Feb 1, 2024
1 parent d4f8a39 commit 3382325
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
yarn set version 3.1.1
yarn install
- name: "Build: env:${{github.event.inputs.preview_env}} for the preview"
run: "yarn run ci:build:${{github.event.inputs.preview_env}}"
- uses: actions/upload-artifact@v2
Expand All @@ -45,6 +44,11 @@ jobs:
if-no-files-found: error # "warn" or "ignore" are also available, defaults to `warn`
retention-days: 5

- name: "Setup node@18"
uses: actions/setup-node@v2
with:
node-version: 18

- name: "Deploy: preview prod-${{github.event.inputs.preview_env}}"
uses: matter-labs/action-hosting-deploy@main
with:
Expand Down

0 comments on commit 3382325

Please sign in to comment.