-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
933c111
commit a0d8603
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ git pull [email protected]:louisgrasset/touitomamout.git | |
|
||
**Install** dependencies & build the project | ||
```bash | ||
npm run ci && npm run build | ||
npm ci && npm run build | ||
``` | ||
## Configuration | ||
Touitomamout relies on two APIs: | ||
|
@@ -83,7 +83,10 @@ npm run deploy | |
Your instance will be removed and will be generated again with the latest codebase. | ||
Your `cache.instance.json` file is kept, so you won't have duplicated toots. | ||
```bash | ||
npm run ci && | ||
npm ci && | ||
npm run build && | ||
npm run deploy:update | ||
``` | ||
|
||
### Docker | ||
You can alternatively rely on docker and use the `docker-compose.yml` file. |