Skip to content

Commit 3918f5f

Browse files
committed
Use deploy-utils instead of an external ssh plugin
1 parent bd2c506 commit 3918f5f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ plugins {
1111
id "org.ysb33r.doxygen" version "1.0.4" apply false
1212
id 'com.gradleup.shadow' version '8.3.4' apply false
1313
id "com.github.node-gradle.node" version "7.0.1" apply false
14-
id "org.hidetake.ssh" version "2.11.2" apply false
1514
}
1615

1716
allprojects {

docs/source/docs/contributing/building-photon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Running the following command under the root directory will build the jar under
113113

114114
### Build and Run PhotonVision on a Raspberry Pi Coprocessor
115115

116-
As a convenience, the build has a built-in `deploy` command which builds, deploys, and starts the current source code on a coprocessor.
116+
As a convenience, the build has a built-in `deploy` command which builds, deploys, and starts the current source code on a coprocessor. It uses [deploy-utils](https://github.com/wpilibsuite/deploy-utils/blob/main/README.md), so it works very similarly to deploys on robot projects.
117117

118118
An architecture override is required to specify the deploy target's architecture.
119119

0 commit comments

Comments
 (0)