Required Your access key for nodeshift platform.
Required Your secret key for nodeshift platform.
Required Your ssh key to access deployment.
Name of gpu you want to rent (all spaces must be replaced with underscore). Default "RTX_4090"
.
Image you want to deploy (like image:tag). Default "ubuntu:latest"
.
Region where you want to deploy. Default "Europe"
.
Count of gpus you want to deploy. Default "1"
.
UUID of your deployment.
IP address of your deployment.
Port of your deployment.
steps:
- name: Create gpu action step
id: create-gpu
uses: deweb-services/[email protected]
with:
access-key: 'a12352244527cmzpxg74tq'
secret-key: 'jyezkpdq2hljjjkfqoiyrjjjgckgospjrm74fkmdik'
ssh-key: 'ssh-ed25519 AAAAC3afslHAsdkjHJKDFPY+6VWQaM [email protected]'
name: 'RTX_4090'
region: 'Europe'
- name: Get the output
run: echo "The uuid is ${{ steps.create-gpu.outputs.uuid }}, the ip is ${{ steps.create-gpu.outputs.host }}, the port is ${{ steps.create-gpu.outputs.port }}"