Skip to content

fix: update all URLs to achillesalpha.onrender.com/ep, remove separat… #18

fix: update all URLs to achillesalpha.onrender.com/ep, remove separat…

fix: update all URLs to achillesalpha.onrender.com/ep, remove separat… #18

Workflow file for this run

name: Deploy to Render
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy to Render
uses: johnbeynon/render-deploy-action@v0.0.8
with:
service-id: ${{ secrets.RENDER_SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}
- name: Deployment Notification
run: |
echo "🚀 Deployed to https://execution-protocol.onrender.com/"
echo "📱 Mobile-friendly site is now live"