Skip to content

Commit

Permalink
fixed build (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Ayrat Hudaygulov <ahudaygulov@microsoft.com>
  • Loading branch information
Szer and Ayrat Hudaygulov authored Dec 21, 2020
1 parent d048811 commit 8bfdd40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/azure-deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Deploy everything to Azure
env:
VAHTER_DEPLOY_APPID: ${{ secrets.VAHTER_DEPLOY_APPID }}
VAHTER_DEPLOY_PWD: ${{ secrets.VAHTER_DEPLOY_PWD }}
VAHTER_DEPLOY_TENANT: ${{ secrets.VAHTER_DEPLOY_TENANT }}
run: |
cd src/Grinder.Farmer
dotnet run --all
4 changes: 4 additions & 0 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and push docker image to registry
env:
VAHTER_DEPLOY_APPID: ${{ secrets.VAHTER_DEPLOY_APPID }}
VAHTER_DEPLOY_PWD: ${{ secrets.VAHTER_DEPLOY_PWD }}
VAHTER_DEPLOY_TENANT: ${{ secrets.VAHTER_DEPLOY_TENANT }}
run: |
cd src/Grinder.Farmer
dotnet run

0 comments on commit 8bfdd40

Please sign in to comment.