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 96
96
97
97
- name : run Posit Connect
98
98
run : |
99
- docker- compose up --build -d
99
+ docker compose up --build -d
100
100
make dev
101
101
env :
102
102
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
7
7
dev : pins/tests/rsconnect_api_keys.json
8
8
9
9
dev-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
12
12
# curl fails with error 52 without a short sleep....
13
13
sleep 5
14
14
curl -s --retry 10 --retry-connrefused http://localhost:3939
15
15
16
16
dev-stop :
17
- docker- compose down
17
+ docker compose down
18
18
rm -f $(RSC_API_KEYS )
19
19
20
20
$(RSC_API_KEYS ) : dev-start
You can’t perform that action at this time.
0 commit comments