feat: remove required validation from estimated time field in Itinera… #31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Track Production Deployment | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| track-deployment: | |
| name: Track Render Deployment | |
| runs-on: ubuntu-latest | |
| environment: | |
| name: production | |
| url: https://jelajah.raya.bio | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Record deployment | |
| run: | | |
| echo "📦 Deployment recorded for commit ${{ github.sha }}" | |
| echo "🚀 Render will auto-deploy this change" | |
| echo "🔗 Production URL: https://jelajah.raya.bio" |