Skip to content

Commit 55cee84

Browse files
committed
changing build caching to false for render
1 parent 1ad4170 commit 55cee84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
service_id: ${{ vars.RENDER_SERVICE_ID }}
4343
api_key: ${{ secrets.RENDER_API_KEY }}
44-
clear_cache: true
44+
clear_cache: false
4545
wait_deploy: true
4646
github_deployment: true
4747
deployment_environment: ${{ vars.RENDER_DEPLOY_ENVIRONMENT }}
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
service_id: ${{ vars.RENDER_SERVICE_ID }}
121121
api_key: ${{ secrets.RENDER_API_KEY }}
122-
clear_cache: true
122+
clear_cache: false
123123
wait_deploy: true
124124
github_deployment: true
125125
deployment_environment: ${{ vars.RENDER_DEPLOY_ENVIRONMENT }}

0 commit comments

Comments
 (0)