@cdwr/deploy-env-action
Version:
The Deploy Env Action will analyze the environment to deploy your Fly.io applications to.
9 lines (8 loc) • 303 B
TypeScript
import type { ActionInputs, ActionOutputs } from './utils/types';
/**
* Run fly environment process
*
* @param inputs Deployment options
* @param throwOnError Whether to throw on error
*/
export declare function flyEnvironment(inputs: ActionInputs, throwOnError?: boolean): Promise<ActionOutputs>;