We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256c722 commit 630a8b3Copy full SHA for 630a8b3
apax.yml
@@ -34,7 +34,9 @@ variables:
34
35
# Apax scripts
36
scripts:
37
- load: sld -i "$BIN_FOLDER" -t "$IP_ADDRESS" -r --accept-security-disclaimer -l debug --default-server-interface
+ # call 'apax load' to download the builded program to the target. An 'apax build' might be required upfront
38
+ load: apax sld load --input $BIN_FOLDER --target $IP_ADDRESS --restart --accept-security-disclaimer --log debug
39
+ # call 'apax dlplc' to build and download the application to the target
40
dlplc:
41
- apax build
- - apax load
42
+ - apax load
0 commit comments