diff --git a/.github/workflows/oxygen-deployment-1000026941.yml b/.github/workflows/oxygen-deployment-1000026941.yml index 5359e46..a2bca84 100644 --- a/.github/workflows/oxygen-deployment-1000026941.yml +++ b/.github/workflows/oxygen-deployment-1000026941.yml @@ -1,7 +1,10 @@ name: Storefront 1000026941 # Don't change the line below! #! oxygen_storefront_id: 1000026941 +# Don't change the line below! +#! oxygen_storefront_id: 1000016008 +# name: Storefront 1000016008 on: [push] permissions: @@ -21,22 +24,7 @@ jobs: with: node-version: "lts/*" check-latest: true - - - name: Cache node modules - id: cache-npm - uses: actions/cache@v4 - env: - cache-name: cache-node-modules - with: - path: ~/.npm - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-build-${{ env.cache-name }}- - ${{ runner.os }}-build- - ${{ runner.os }}- - - - name: Install dependencies - run: npm ci + - uses: pnpm/action-setup@v2 name: Install pnpm with: @@ -63,4 +51,4 @@ jobs: - name: Build and Publish to Oxygen run: npx shopify hydrogen deploy env: - SHOPIFY_HYDROGEN_DEPLOYMENT_TOKEN: ${{ secrets.OXYGEN_DEPLOYMENT_TOKEN_1000016008 }} + SHOPIFY_HYDROGEN_DEPLOYMENT_TOKEN: ${{ secrets.OXYGEN_DEPLOYMENT_TOKEN_1000026941 }}