We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712b042 commit a457c89Copy full SHA for a457c89
.github/workflows/deploy.yml
@@ -41,6 +41,7 @@ jobs:
41
with:
42
service_id: ${{ vars.RENDER_SERVICE_ID }}
43
api_key: ${{ secrets.RENDER_API_KEY }}
44
+ clear_cache: true
45
wait_deploy: true
46
github_deployment: true
47
deployment_environment: ${{ vars.RENDER_DEPLOY_ENVIRONMENT }}
@@ -118,6 +119,7 @@ jobs:
118
119
120
121
122
123
124
125
0 commit comments