Skip to content

Commit 7f6185b

Browse files
committed
test
1 parent bcac19c commit 7f6185b

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -84,37 +84,37 @@ jobs:
8484
env:
8585
BUNDLE_NAME: "${{ $github.event.release.tag_name && 'tag $github.event.release.tag_name ' || 'build $github.run_id on github.ref ( github.sha )'}} "
8686
steps:
87-
# - name: Checkout
88-
# uses: actions/checkout@v4
87+
- name: Checkout
88+
uses: actions/checkout@v4
8989

90-
# - name: Setup node
91-
# id: setup_node
92-
# uses: actions/setup-node@v4
93-
# with:
94-
# node-version: 22
95-
# cache: "npm"
90+
- name: Setup node
91+
id: setup_node
92+
uses: actions/setup-node@v4
93+
with:
94+
node-version: 22
95+
cache: "npm"
9696

97-
# - name: Install Monorepo Dependencies
98-
# run: |-
99-
# # Install node dependencies
100-
# node ./scripts/gtime.js monorepo_install npm ci
97+
- name: Install Monorepo Dependencies
98+
run: |-
99+
# Install node dependencies
100+
node ./scripts/gtime.js monorepo_install npm ci
101101
102-
# - name: Generate Retail App Demo
103-
# uses: ./.github/actions/e2e_generate_app
104-
# with:
105-
# PROJECT_KEY: "retail-react-app-demo-site"
102+
- name: Generate Retail App Demo
103+
uses: ./.github/actions/e2e_generate_app
104+
with:
105+
PROJECT_KEY: "retail-react-app-demo-site"
106106

107-
# - name: Create MRT credentials file
108-
# uses: "./.github/actions/create_mrt"
109-
# with:
110-
# mobify_user: ${{ secrets.MOBIFY_CLIENT_USER }}
111-
# mobify_api_key: ${{ secrets.MOBIFY_CLIENT_API_KEY }}
107+
- name: Create MRT credentials file
108+
uses: "./.github/actions/create_mrt"
109+
with:
110+
mobify_user: ${{ secrets.MOBIFY_CLIENT_USER }}
111+
mobify_api_key: ${{ secrets.MOBIFY_CLIENT_API_KEY }}
112112

113-
# - name: Push Bundle to MRT (Demo Site)
114-
# uses: "./.github/actions/push_to_mrt"
115-
# with:
116-
# CWD: "../generated-projects/retail-react-app-demo-site"
117-
# TARGET: staging
118-
# PROJECT: scaffold-pwa
119-
# MESSAGE: $BUNDLE_NAME
120-
# FLAGS: --wait
113+
- name: Push Bundle to MRT (Demo Site)
114+
uses: "./.github/actions/push_to_mrt"
115+
with:
116+
CWD: "../generated-projects/retail-react-app-demo-site"
117+
TARGET: staging
118+
PROJECT: scaffold-pwa
119+
MESSAGE: $BUNDLE_NAME
120+
FLAGS: --wait

0 commit comments

Comments
 (0)