engage_earn_api/ci/deploy.yml
2023-01-11 22:47:13 -06:00

15 lines
166 B
YAML

platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
run:
path: echo
args: ["deploying..."]
dir: "repo"