diff --git a/.github/workflows/deploy-to-production.yml b/.github/workflows/deploy-to-production.yml index f57f88f2d..a56b88324 100644 --- a/.github/workflows/deploy-to-production.yml +++ b/.github/workflows/deploy-to-production.yml @@ -18,9 +18,9 @@ jobs: run: | npm i bundle install - - name: Run tests + - name: Build site run: | - NODE_ENV=production make test + NODE_ENV=production make build # Install SSH Key - name: Install SSH key uses: webfactory/ssh-agent@v0.7.0