Skip to content

Commit

Permalink
yaaaaaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Feb 12, 2025
1 parent d13f25c commit dccedfb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/chicmoz-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
build_explorer-api:
needs: set-up
uses: ./.github/workflows/reusable-build.yaml
uses: ./.github/workflows/reusable-build.yml
with:
build_path: services/explorer-api/common
skaffold_file: ./skaffold.base.yaml
Expand All @@ -105,7 +105,7 @@ jobs:

build_explorer-ui_devnet:
needs: set-up
uses: ./.github/workflows/reusable-build.yaml
uses: ./.github/workflows/reusable-build.yml
with:
build_path: services/explorer-ui
skaffold_file: ./skaffold.devnet.yaml
Expand Down Expand Up @@ -145,6 +145,9 @@ jobs:
- name: Save DigitalOcean kubeconfig
run: doctl kubernetes cluster kubeconfig save "chicmoz-prod"

#- name: Log in to DigitalOcean Container Registry
#run: doctl registry login --expiry-seconds 1200

- name: Deploy to cluster with Skaffold
env:
SP_TESTNET_OBSCURA_L2_RPC_1: ${{ vars.SP_TESTNET_OBSCURA_L2_RPC_1 }}
Expand Down

0 comments on commit dccedfb

Please # to comment.