Typo...
This commit is contained in:
parent
1e29e589ac
commit
d5726b6367
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ matrix:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y --allow-unauthenticated install ffmpeg
|
- sudo apt-get -y --allow-unauthenticated install ffmpeg
|
||||||
- sudo -i -u postgres createuser szuru -D -R -S
|
- sudo -i -u postgres createuser szuru -D -R -S
|
||||||
- sudo -i -u post gres createdb szuru_test
|
- sudo -i -u postgres createdb szuru_test
|
||||||
- sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';"
|
- sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';"
|
||||||
- cd server
|
- cd server
|
||||||
- cp config.yaml.dist config.yaml
|
- cp config.yaml.dist config.yaml
|
||||||
|
|
Reference in a new issue