修改gitea-actions
build / build-rust (push) Failing after 5m47s
Details
build / build-rust (push) Failing after 5m47s
Details
This commit is contained in:
parent
50ed464ff2
commit
f90e4048ef
|
@ -59,6 +59,6 @@ jobs:
|
||||||
username: ${{ secrets.LOCAL_233_SSH_USER }}
|
username: ${{ secrets.LOCAL_233_SSH_USER }}
|
||||||
password: ${{ secrets.LOCAL_233_SSH_PASSWORD }}
|
password: ${{ secrets.LOCAL_233_SSH_PASSWORD }}
|
||||||
script: |
|
script: |
|
||||||
docker rm -f rtsa-simulation || echo "rtsa-simulation not exist"
|
docker rm -f rtsa-manage || echo "rtsa-manage not exist"
|
||||||
docker pull gitea.joylink.club/joylink/rtsa-simulation:local-test
|
docker pull gitea.joylink.club/joylink/rtsam:lt
|
||||||
docker run --name rtsa-simulation --restart=always -e RUN_MODE=local_test --network jlnet --ip 10.11.11.11 -d -p 8765:8765 -v /usr/local/joylink/logs/simulation:/logs/simulation gitea.joylink.club/joylink/rtsa-simulation:local-test
|
docker run --name rtsa-manage --restart=always -e RUN_MODE=local_test --network jlnet --ip 10.11.11.11 -d -p 8765:8765 -v /usr/local/joylink/logs/simulation:/logs/simulation gitea.joylink.club/joylink/rtsam:lt
|
||||||
|
|
Loading…
Reference in New Issue