Skip to content

Commit dffb5b6

Browse files
committed
Take down render deployment
1 parent 65b202f commit dffb5b6

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,7 @@ jobs:
1919
with:
2020
severities: critical
2121
package-types: ""
22-
render-deploy:
23-
runs-on: ubuntu-latest
24-
needs: scan
25-
steps:
26-
- name: Deploy
27-
run: curl "$DEPLOY_URL"
28-
env:
29-
DEPLOY_URL: ${{ secrets.DEPLOY_URL }}
30-
azure-deploy:
22+
deploy:
3123
runs-on: ubuntu-latest
3224
needs: scan
3325
permissions:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ API based on [GoinGecko's public API.](https://www.coingecko.com/en/api/document
1010

1111
API documentation
1212

13-
- Swagger [here](https://bitcoin-web-api.onrender.com/swagger) or [here](https://ca-bitcoin-web-api.salmonflower-f146d48d.northeurope.azurecontainerapps.io/swagger)
14-
- Scalar [here](https://bitcoin-web-api.onrender.com/scalar) or [here](https://ca-bitcoin-web-api.salmonflower-f146d48d.northeurope.azurecontainerapps.io/scalar)
13+
- Swagger [here](https://ca-bitcoin-web-api.salmonflower-f146d48d.northeurope.azurecontainerapps.io/swagger)
14+
- Scalar [here](https://ca-bitcoin-web-api.salmonflower-f146d48d.northeurope.azurecontainerapps.io/scalar)
1515

1616
Tools used:
1717

0 commit comments

Comments
 (0)