Skip to content

Commit

Permalink
Rename to ottehr
Browse files Browse the repository at this point in the history
  • Loading branch information
ncgreene committed Oct 13, 2023
1 parent 0b155e8 commit 4f83ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.ZAPEHR_TELEHEALTH_PRIVATE_SSH_KEY }}
${{ secrets.OTTEHR_PRIVATE_SSH_KEY }}
${{ secrets.BUMP_VERSION }}
- uses: actions/checkout@v3
Expand All @@ -76,15 +76,15 @@ jobs:
uses: jsdaniell/[email protected]
with:
name: 'secrets.json'
json: ${{ secrets.TELEHEALTH_SECRETS_JSON }}
json: ${{ secrets.OTTEHR_SECRETS_JSON }}

- name: Move env file into .env folder
run: mkdir -p ${{ env.ZAMBDAS_LOCATION }}/.env/ && mv secrets.json ${{ env.ZAMBDAS_LOCATION }}/.env/${{ secrets.ENVIRONMENT }}.json

- name: Increase version if input dictates.
if: ${{ github.event.inputs.incrementVersion == 'true' }}
run: >
git config --local user.email "ngreene+zaptelehealthghaction@masslight.com"
git config --local user.email "ngreene+ottehrghaction@masslight.com"
git config --local user.name "GitHub Action Bump Version"
pnpm version ${{ github.event.inputs.versionType }}
Expand Down

0 comments on commit 4f83ade

Please sign in to comment.