VS Code
Quick example
jobs:
vscode:
action: gh:apolo-actions/vscode@@v1.0.1
args:
volumes_data_remote: $[[ volumes.data.remote ]]
volumes_code_remote: $[[ volumes.code.remote ]]
volumes_config_remote: $[[ volumes.config.remote ]]
volumes_notebooks_remote: $[[ volumes.notebooks.remote ]]
volumes_results_remote: $[[ volumes.results.remote ]]Arguments
image
imageExample
args:
image: ghcr.io/neuro-inc/base:latestjob_name
job_nameExample
http_port
http_portExample
http_auth
http_authExample
volumes_data_remote
volumes_data_remoteExample
volumes_code_remote
volumes_code_remoteExample
volumes_config_remote
volumes_config_remoteExample
volumes_notebooks_remote
volumes_notebooks_remoteExample
volumes_results_remote
volumes_results_remoteExample
Last updated
Was this helpful?