File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
33This project is a GitHub Action that uses Solid State Networks tools and services to deploy assets from a build to a CDN for downloading.
44
5+ The action is compatible with Windows, Linux, and OSX runners. Windows self-hosted runners require git-bash (https://git-scm.com/ ) in the %PATH%.
6+
57## Variables
68
79* ** solsta_client_id:** Client ID to authenticate usage of Solid State Networks console tools
Original file line number Diff line number Diff line change 5555 shell : bash
5656 working-directory : solsta_work
5757 run : |
58- venv/bin/ python manifest_promote.py --debug --console_credentials=client_credentials.json --console_directory=solsta_console/${{ inputs.console_version }}/console/ --product_name="${{ inputs.target_product }}" --env_name="${{ inputs.target_environment }}" --repository_name="${{ inputs.target_repository }}" --process_default=API --source_product_name="${{ inputs.source_product }}" --source_env_name="${{ inputs.source_environment }}" --source_repository_name="${{ inputs.source_repository }}"
58+ python manifest_promote.py --debug --console_credentials=client_credentials.json --console_directory=solsta_console/${{ inputs.console_version }}/console/ --product_name="${{ inputs.target_product }}" --env_name="${{ inputs.target_environment }}" --repository_name="${{ inputs.target_repository }}" --process_default=API --source_product_name="${{ inputs.source_product }}" --source_env_name="${{ inputs.source_environment }}" --source_repository_name="${{ inputs.source_repository }}"
5959branding :
6060 icon : " download-cloud"
6161 color : " yellow"
You can’t perform that action at this time.
0 commit comments