Skip to content

Commit

Permalink
Merge pull request #1 from EatPlace/prod
Browse files Browse the repository at this point in the history
Sync dev with Prod
  • Loading branch information
TimofeyTst committed Oct 8, 2023
2 parents 168a957 + 35ad5aa commit cdeda3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile
file: Dockerfile.prod
tags: ${{ steps.meta.outputs.tags }}


Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit cdeda3d

Please sign in to comment.