Skip to content

Commit

Permalink
Merge pull request #1620 from Sefaria/modify-sandbox-values-filename
Browse files Browse the repository at this point in the history
fix: change sandbox values filename and its references
  • Loading branch information
edamboritz authored Sep 6, 2023
2 parents bdf832a + aea1ee6 commit 9096fcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
location: ${{secrets.DEV_GKE_REGION}}
project_id: ${{secrets.DEV_GCP_PROJECT}}
- name: Deploy Sandbox
run: ./build/ci/sandbox-helm-deploy.sh build/ci/values.yaml
run: ./build/ci/sandbox-helm-deploy.sh build/ci/sandbox-values.yaml
env:
GIT_COMMIT: "${{ steps.get-sha.outputs.sha_short }}"
BRANCH: "${{ steps.branch-name.outputs.current_branch }}"
Expand Down
File renamed without changes.

0 comments on commit 9096fcc

Please sign in to comment.