Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into move-business-logic-t…
Browse files Browse the repository at this point in the history
…o-fastapi
  • Loading branch information
nwaughachukwuma committed Nov 4, 2024
2 parents 0ee068b + ed8e2fd commit 75bc294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "app/**"
- "services/**"
- "utils_pkg/**"
- ".streamlit"
- ".github/workflows/deploy_app.yml"
push:
branches:
Expand All @@ -13,6 +14,7 @@ on:
- "app/**"
- "services/**"
- "utils_pkg/**"
- ".streamlit"
- ".github/workflows/deploy_app.yml"
tags:
- "release-*"
Expand Down Expand Up @@ -70,10 +72,8 @@ jobs:
- run: gcloud config set app/cloud_build_timeout 300

- run: |
touch .dockerignore
echo "server/**" >> .dockerignore
touch .gcloudignore
echo "server/**" >> .gcloudignore
cp ./app/.dockerignore .dockerignore
cp ./app/.gcloudignore .gcloudignore
- id: deploy
uses: google-github-actions/deploy-cloudrun@v2
Expand Down

0 comments on commit 75bc294

Please sign in to comment.