Skip to content

Commit a457c89

Browse files
committed
changing build caching for rendre
1 parent 712b042 commit a457c89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
service_id: ${{ vars.RENDER_SERVICE_ID }}
4343
api_key: ${{ secrets.RENDER_API_KEY }}
44+
clear_cache: true
4445
wait_deploy: true
4546
github_deployment: true
4647
deployment_environment: ${{ vars.RENDER_DEPLOY_ENVIRONMENT }}
@@ -118,6 +119,7 @@ jobs:
118119
with:
119120
service_id: ${{ vars.RENDER_SERVICE_ID }}
120121
api_key: ${{ secrets.RENDER_API_KEY }}
122+
clear_cache: true
121123
wait_deploy: true
122124
github_deployment: true
123125
deployment_environment: ${{ vars.RENDER_DEPLOY_ENVIRONMENT }}

0 commit comments

Comments
 (0)