Skip to content

Merge pull request #36 from chingu-voyages/layout-predrag #15

Merge pull request #36 from chingu-voyages/layout-predrag

Merge pull request #36 from chingu-voyages/layout-predrag #15

Workflow file for this run

# Sample workflow for building and deploying a Next.js site to GitHub Pages
#
# To get started with Next.js see: https://nextjs.org/docs/getting-started
#
name: Deploy development branch to Netlify
on:
push:
branches:
- development
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Send deploy webhook
run: curl -X POST -d '{}' https://api.netlify.com/build_hooks/${{ secrets.JORDI_DEVELOPMENT_DEPLOY_WEBHOOK_ID }}