Skip to content

Commit

Permalink
ci: add -cluster flag
Browse files Browse the repository at this point in the history
  • Loading branch information
deantchi committed Aug 23, 2023
1 parent f7bc1ff commit 0a8939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# run: |
# cat /tmp/artifacts/myimage.tar | docker import - hirosystems/${{ github.event.repository.name }}:latest
# docker tag hirosystems/${{ github.event.repository.name }}:${{ steps.meta.outputs.tags }} hirosystems/${{ github.event.repository.name }}:latest
- run: k3d image import hirosystems/stacks-devnet-api:latest
- run: k3d image import hirosystems/stacks-devnet-api:latest -c k3d-kube
- run: kubectl create namespace devnet
- run: kubectl create configmap stacks-devnet-api-conf --from-file=./Config.toml --namespace devnet
- run: kubectl apply -f ./templates/stacks-devnet-api.template.yaml
Expand Down

0 comments on commit 0a8939a

Please sign in to comment.