Skip to content

Commit 630a8b3

Browse files
committed
fix load command
1 parent 256c722 commit 630a8b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apax.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ variables:
3434

3535
# Apax scripts
3636
scripts:
37-
load: sld -i "$BIN_FOLDER" -t "$IP_ADDRESS" -r --accept-security-disclaimer -l debug --default-server-interface
37+
# 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
3840
dlplc:
3941
- apax build
40-
- apax load
42+
- apax load

0 commit comments

Comments
 (0)