File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696
9797 - name : run Posit Connect
9898 run : |
99- docker- compose up --build -d
99+ docker compose up --build -d
100100 make dev
101101 env :
102102 RSC_LICENSE : ${{ secrets.RSC_LICENSE }}
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ RSC_API_KEYS=pins/tests/rsconnect_api_keys.json
77dev : pins/tests/rsconnect_api_keys.json
88
99dev-start :
10- docker- compose up -d
11- docker- compose exec -T rsconnect bash < script/setup-rsconnect/add-users.sh
10+ docker compose up -d
11+ docker compose exec -T rsconnect bash < script/setup-rsconnect/add-users.sh
1212 # curl fails with error 52 without a short sleep....
1313 sleep 5
1414 curl -s --retry 10 --retry-connrefused http://localhost:3939
1515
1616dev-stop :
17- docker- compose down
17+ docker compose down
1818 rm -f $(RSC_API_KEYS )
1919
2020$(RSC_API_KEYS ) : dev-start
You can’t perform that action at this time.
0 commit comments