Skip to content

Commit

Permalink
Atualizando github workflow - testando deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoallmeida committed Jan 22, 2024
1 parent 5d09d99 commit 8866480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
# Render API endpoint for creating a service preview
# url: 'https://api.render.com/v1/services/${{ secrets.RENDER_SERVICE_ID }}/preview'
url: https://api.render.com/deploy/${{ secrets.RENDER_SERVICE_ID }}?key=${{ HOOK_KEY_ID }}&imgURL=${{ DOCKERHUB_REPOSITORY_URL }}:${{ steps.meta.outputs.tags }}
url: https://api.render.com/deploy/${{ secrets.RENDER_SERVICE_ID }}?key=${{ secrets.HOOK_KEY_ID }}&imgURL=${{ env.DOCKERHUB_REPOSITORY_URL }}:${{ steps.meta.outputs.tags }}
method: 'POST'
# All Render API requests require a valid API key.
# bearerToken: ${{ secrets.RENDER_API_KEY }}
Expand Down

0 comments on commit 8866480

Please sign in to comment.