17 lines
189 B
YAML
17 lines
189 B
YAML
platform: linux
|
|
|
|
image_resource:
|
|
type: registry-image
|
|
source: {repository: rust}
|
|
|
|
inputs:
|
|
- name: repo
|
|
|
|
run:
|
|
path: sh
|
|
args:
|
|
- -exc
|
|
- |
|
|
echo deploying...
|
|
dir: "repo"
|