Skip to content

UPLOAD-1695 Show upload status of file in info (#475) #69

UPLOAD-1695 Show upload status of file in info (#475)

UPLOAD-1695 Show upload status of file in info (#475) #69

Workflow file for this run

name: DEV - Upload Server
on:
workflow_dispatch:
inputs:
REF:
description: Branch from CDCgov/data-exchange-upload that you want to deploy to the dev environment.
default: main
required: true
type: string
push:
branches:
- main
paths:
- upload-server/**
jobs:
remote-trigger:
uses: ./.github/workflows/remote-cd-trigger-template.yml
with:
WORKFLOW: upload-server.yml
REF: ${{ inputs.REF }}
secrets: inherit