Skip to content

Commit eca3b78

Browse files
Update render-deploy.yml
1 parent 8341e3d commit eca3b78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/render-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
env:
2121
RENDER_API_KEY: ${{ secrets.RENDER_API_KEY }}
2222
CI: true
23-
run: #|
24-
# render login --output json
25-
# render deploys create ${{ secrets.RENDER_SERVICE_ID }} --output json --confirm
23+
run: |
24+
render login --output json
25+
render deploys create ${{ secrets.RENDER_SERVICE_ID }} --output json --confirm

0 commit comments

Comments
 (0)