Skip to content

Commit

Permalink
Merge pull request #196 from ultimaweapon/fix-cd
Browse files Browse the repository at this point in the history
Fix CD errors
  • Loading branch information
Putta Khunchalee authored Feb 13, 2020
2 parents 50de936 + bfde7c5 commit 7241ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
dotnet-version: 2.1.803
- name: Build
run: dotnet publish -o "$GITHUB_WORKSPACE/release" -r linux-musl-x64 -c Release src\Ztm.WebApi
run: dotnet publish -o "$GITHUB_WORKSPACE/release" -r linux-musl-x64 -c Release src/Ztm.WebApi
- name: Login Docker
run: docker login -u ${{ github.repository }} -p ${{ secrets.GITHUB_TOKEN }} docker.pkg.github.com
- name: Build Image
Expand All @@ -33,7 +33,7 @@ jobs:
with:
dotnet-version: 2.1.803
- name: Install EF CLI
run: dotnet tool install --global dotnet-ef --version 3.1.0
run: dotnet tool install --global dotnet-ef --version 3.0.0
- name: Create PostgreSQL Script for Main Database
env:
ZTM_MAIN_DATABASE: Host=127.0.0.1;Database=postgres;Username=postgres
Expand Down

0 comments on commit 7241ae5

Please sign in to comment.