Skip to content

Commit

Permalink
diploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piootrekk committed Feb 2, 2024
1 parent 3a7ca67 commit 2bdc142
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: Proxy CI/CD
name: My Deploy

on:
push:
branches:
- main
branches: [main]
pull_request:
branches: [main]

jobs:
deploy:
name: Deploy
build:
runs-on: ubuntu-latest
steps:
- name: Render deploy
- name: Deploy to production
uses: johnbeynon/render-deploy-action@v0.0.8
with:
service-id: ${{ secrets.RENDER_HOOK }}
api-key: ${{ secrets.RENDER_KEY }}
service-id: ${{ secrets.MY_RENDER_SERVICE_ID }}
api-key: ${{ secrets.MY_RENDER_API_KEY }}
wait-for-success: true
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Endpoints:

- **/get/:url** example: `https://express-proxy-jnve.onrender.com/getNormal/https://jsonplaceholder.typicode.com/posts` [Link](https://express-proxy-jnve.onrender.com/getNormal/https://jsonplaceholder.typicode.com/posts)
- **/get/:url** example: `https://express-proxy-jnve.onrender.com/get/https://jsonplaceholder.typicode.com/posts` [Link](https://express-proxy-jnve.onrender.com/get/https://jsonplaceholder.typicode.com/posts)

- **/post/:url**
- **/put/:url**
Expand Down

0 comments on commit 2bdc142

Please sign in to comment.