Skip to content

chore: Rename service to 'achilles' and add custom domain achilles.on… #15

chore: Rename service to 'achilles' and add custom domain achilles.on…

chore: Rename service to 'achilles' and add custom domain achilles.on… #15

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"