Skip to content

Commit dccedfb

Browse files
committed
yaaaaaml
1 parent d13f25c commit dccedfb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/chicmoz-prod.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
build_explorer-api:
9797
needs: set-up
98-
uses: ./.github/workflows/reusable-build.yaml
98+
uses: ./.github/workflows/reusable-build.yml
9999
with:
100100
build_path: services/explorer-api/common
101101
skaffold_file: ./skaffold.base.yaml
@@ -105,7 +105,7 @@ jobs:
105105

106106
build_explorer-ui_devnet:
107107
needs: set-up
108-
uses: ./.github/workflows/reusable-build.yaml
108+
uses: ./.github/workflows/reusable-build.yml
109109
with:
110110
build_path: services/explorer-ui
111111
skaffold_file: ./skaffold.devnet.yaml
@@ -145,6 +145,9 @@ jobs:
145145
- name: Save DigitalOcean kubeconfig
146146
run: doctl kubernetes cluster kubeconfig save "chicmoz-prod"
147147

148+
#- name: Log in to DigitalOcean Container Registry
149+
#run: doctl registry login --expiry-seconds 1200
150+
148151
- name: Deploy to cluster with Skaffold
149152
env:
150153
SP_TESTNET_OBSCURA_L2_RPC_1: ${{ vars.SP_TESTNET_OBSCURA_L2_RPC_1 }}

0 commit comments

Comments
 (0)