Skip to content

Merge pull request #307 from NIAEFEUP/chore/linter #48

Merge pull request #307 from NIAEFEUP/chore/linter

Merge pull request #307 from NIAEFEUP/chore/linter #48

Workflow file for this run

on:
push:
branches: [develop]
jobs:
deploy:
name: "Deploy to netlify"
runs-on: ubuntu-latest
steps:
- name: Wait for the Netlify Preview
uses: kamranayub/wait-for-netlify-action@v2.1.0
id: waitForNetlify
with:
site_name: 'tts-fe-preview'
max_timeout: 300 # 5 minutes
env:
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}