Skip to content

Commit 812db8f

Browse files
authored
Update release process
1 parent c5d0e24 commit 812db8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ Decide on a time to do the release, T.
121121

122122
```
123123
docker exec -d -it `docker ps -l -q` bash -c \
124-
'promote-release /tmp/stable stable /src/data/secrets.toml 2>&1 | logger --tag release-stable-realz'
124+
'promote-release /tmp/stable stable /data/secrets.toml 2>&1 | logger --tag release-stable-realz'
125125
```
126126

127127
That'll, in the background, schedule the `promote-release` binary to run on the
128128
production secrets (not the dev secrets). That'll sign everything, upload it,
129129
update the html index pages, and invalidate the CDN. Note that this takes about
130-
30 minutes right now.
130+
30 minutes right now. Logs are in `/opt/rcs/logs`.
131131

132132
* **T-20m** - Merge the website. Travis may have a big backlog, cancel
133133
rust-lang/rust PR builds or other builds until this build is scheduled.

0 commit comments

Comments
 (0)