Skip to content

fix: set back the job start date #17

fix: set back the job start date

fix: set back the job start date #17

name: Deploy to Trigger.dev (prod)
on:
push:
branches:
- main
paths:
- 'trigger/**'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: 🚀 Deploy Trigger.dev
env:
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
run: |
npm run deploy:trigger-prod