Skip to content

Add manual flows for triggering deployments #1

Add manual flows for triggering deployments

Add manual flows for triggering deployments #1

Workflow file for this run

name: Deploy download.lucee.org
on:
workflow_dispatch:
jobs:
deploy:

Check failure on line 5 in .github/workflows/deployupdate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deployupdate.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
name: Publish Snapshot to Forgebox
runs-on: ubuntu-latest
steps:
- name: Trigger deployments
run: |
curl -XPOST -u ${{ secrets.DEPLOY_API_TOKEN }}:${{ secrets.DEPLOY_API_TOKEN }} "${{ secrets.DEPLOY_API_ENDPOINT }}/update/"