labels: platform: linux/amd64 backend: docker steps: export-exe: image: godot settings: export_template: Windows Desktop target: ${CI_REPO_NAME}.exe deploy-exe: image: goat-deploy-plugin settings: source: ${CI_REPO_NAME}.exe pre: mkdir -p ~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_COMMIT_BRANCH} target: goat@oryx.egg:~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_COMMIT_BRANCH}/${CI_REPO_NAME}.exe key: from_secret: deploy_key