Skip to content

Commit

Permalink
Update oxygen-deployment-1000026941.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kobykotiv authored Nov 9, 2024
1 parent 482956f commit 0ed76d5
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/oxygen-deployment-1000026941.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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 }}

0 comments on commit 0ed76d5

Please sign in to comment.