This action runs the deploys the respository application using tensorkube.
Required Your tensorkube token
Required Your tensorkube session_id
Optional Number of gpus to use. Default 0.
Optional Type of GPU to use. Default is null.
Optional Number of CPUs to use. Default is 100.
Optional Amount of memory to use. Default is 200.
Optional Minimum number of replicas. Default is 0.
Optional Maximum number of replicas. Default is 3.
Optional Environment in which to deploy. Default is null.
Optional Secrets to use. Default is .
Optional Path where to run the command. Default is .
uses: tensorfuse/tensorkube-github-deploy@v1 with: path: 'test_app' gpus: 1 gpu_type: 'a10g' min_scale: 0 max_scale: 5 env: 'dev'