Skip to content

Update static.yml

Update static.yml #808

Workflow file for this run

name: Web deploy
on:
workflow_dispatch:
push:
branches: ["main"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Send curl to trigger build
run: |
curl -X POST --fail -F token=${{ secrets.CI_token }} -F "ref=main" -F "variables[RUN_NIGHTLY_BUILD]=true" https://gitlab.gpf-tech.ign.fr/api/v4/projects/1292/trigger/pipeline