engage_earn_api/ci/deploy.yml
Mitchell Marino fa5af76036 rustup fix
2023-01-11 23:44:03 -06:00

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"