Skip to content

Merge pull request #257 from NIAEFEUP/fix/make-deploy-action-use-bran… #22

Merge pull request #257 from NIAEFEUP/fix/make-deploy-action-use-bran…

Merge pull request #257 from NIAEFEUP/fix/make-deploy-action-use-bran… #22

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/[email protected]
id: waitForNetlify
with:
site_name: 'tts-fe-preview'
max_timeout: 300 # 5 minutes
env:
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}