diff --git a/.github/workflows/oxygen-deployment-1343547.yml b/.github/workflows/oxygen-deployment-1343547.yml index eadb10ee..d01a764c 100644 --- a/.github/workflows/oxygen-deployment-1343547.yml +++ b/.github/workflows/oxygen-deployment-1343547.yml @@ -32,10 +32,10 @@ jobs: - name: Build and Publish to Oxygen id: deploy - uses: shopify/oxygenctl-action@v4 + run: shopify hydrogen build --codegen && shopify oxygen deploy with: oxygen_deployment_token: ${{ secrets.OXYGEN_DEPLOYMENT_TOKEN_1343547 }} - build_command: "HYDROGEN_ASSET_BASE_URL=$OXYGEN_ASSET_BASE_URL yarn build" + #build_command: "HYDROGEN_ASSET_BASE_URL=$OXYGEN_ASSET_BASE_URL npm run build" # Create GitHub Deployment - name: Create GitHub Deployment