Skip to content

Commit

Permalink
Update .github/workflows/pr.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Kasper Overgård Nielsen <kasper.nielsen@mongodb.com>
  • Loading branch information
nirinchev and nielsenko committed Mar 25, 2022
1 parent c25053b commit 2c43087
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ jobs:
with:
sdk: stable
- name: Deploy Apps
run: dart run realm_dart deploy-apps --baas-url https://realm-dev.mongodb.com --atlas-cluster ${{ steps.deploy-mdb-apps.outputs.clusterName }} --api-key ${{ secrets.ATLAS_PUBLIC_API_KEY }} --private-api-key ${{ secrets.ATLAS_PRIVATE_API_KEY }} --project-id ${{ secrets.ATLAS_PROJECT_ID }}
run: |
dart run realm_dart deploy-apps \
--baas-url https://realm-dev.mongodb.com \
--atlas-cluster ${{ steps.deploy-mdb-apps.outputs.clusterName }} \
--api-key ${{ secrets.ATLAS_PUBLIC_API_KEY }} \
--private-api-key ${{ secrets.ATLAS_PRIVATE_API_KEY }} \
--project-id ${{ secrets.ATLAS_PROJECT_ID }}
build-linux:
runs-on: ubuntu-latest
name: Build Linux
Expand Down

0 comments on commit 2c43087

Please sign in to comment.