Skip to content

Auto-Deploy

Auto-Deploy #1

Workflow file for this run

name: "Auto-Deploy"
on:
schedule:
- cron: '30 1 * * *' # At 1:30am every day
jobs:
deploy:
name: 'Auto Deploy'
runs-on: ubuntu-latest
steps:
- name: Deploy to Netlify
env:
TOKEN: ${​{ secrets.NETLIFY_BUILD_HOOK_ID }​}

Check failure on line 15 in .github/workflows/auto-deploy.yml

View workflow run for this annotation

GitHub Actions / Auto-Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/auto-deploy.yml (Line: 15, Col: 18): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.

Check failure on line 15 in .github/workflows/auto-deploy.yml

View workflow run for this annotation

GitHub Actions / Auto-Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/auto-deploy.yml (Line: 15, Col: 18): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${TOKEN}