[ agent ] [ boot ] - agent boot up procedure - 11

This commit is contained in:
IceDerce
2022-12-22 20:25:40 +08:00
parent 292dc305ca
commit a7a86ceb0a

View File

@@ -144,7 +144,9 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
source: "./agent/target/octopus-agent-*.jar"
target: "/data/github-action/"
target: "/data/github-action/octopus-agent/"
rm: true
strip_components: 2
# - name: Setup Maven settings.xml
# uses: whelk-io/maven-settings-xml-action@v11