Skip to content

Commit

Permalink
Remove unnecessary newline in CD workflow for cleaner script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Sep 28, 2024
1 parent 4caed27 commit b09f8fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,5 @@ jobs:
export ConnectionStrings__RazorPagesMovieContext='${{ secrets.DB_URL }}'
export ASPNETCORE_URLS='${{ secrets.ASPNETCORE_URLS }}'
export TAG='${{ inputs.image_tag }}'

docker compose pull webapp
docker compose up -d --no-deps --build webapp
"
docker compose up -d --no-deps --build webapp"

0 comments on commit b09f8fe

Please sign in to comment.