Fix some small typos.
This commit is contained in:
parent
254dd5f50d
commit
d9066bb553
5 changed files with 25 additions and 21 deletions
|
@ -81,10 +81,10 @@ and relocate the swarm.
|
|||
....
|
||||
+
|
||||
____
|
||||
* Note that OutageFinish is optional, but should really only be ommited
|
||||
* Note that OutageFinish is optional, but should really only be omitted
|
||||
if the projected / or actual outage time is unknown.
|
||||
* When providing dated, keep the timezone offset at +0000 / UTC
|
||||
datetimes
|
||||
* When providing a date, keep the timezone offset at +0000 / UTC
|
||||
datetimes.
|
||||
____
|
||||
|
||||
=== Moving an outage
|
||||
|
@ -129,7 +129,7 @@ moving outages)
|
|||
=== Publishing theme changes
|
||||
|
||||
If your changes involve changes to the theme, run the following command
|
||||
to upload everything content and theme changes to the live server:
|
||||
to upload everything (content and theme changes) to the live server:
|
||||
|
||||
....
|
||||
make upload-theme
|
||||
|
@ -153,8 +153,8 @@ In a different terminal upload requested file to AWS S3 bucket:
|
|||
echo SOME_VALUE >myfile
|
||||
aws --profile statusfpo s3 cp myfile s3://status.fedoraproject.org/.well-known/acme-challenge/SOME_FILE
|
||||
....
|
||||
. Verify that uploaded file is available under the rigt URL. If previous
|
||||
certificate already expired you may need to run curl with -k option:
|
||||
. Verify that uploaded file is available under the right URL. If the previous
|
||||
certificate is already expired, you may need to run curl with -k option:
|
||||
+
|
||||
....
|
||||
curl -kL http://www.fedorastatus.org/.well-known/acme-challenge/SOME_FILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue