Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When deploying both the thumbnail API and the DPLA API in the same maintenance w
~/bin/deploy-api-services api # api only
```

The script lives at `~/bin/deploy-api-services` on the operator's local machine. If it's missing, ask in #tech or check with the person who last deployed.
The script lives at `bin/deploy-api-services` in the `dpla/api` repository. Copy it to `~/bin/` on the deploy machine: `cp bin/deploy-api-services ~/bin/ && chmod +x ~/bin/deploy-api-services`. If it is missing from the deploy machine, check the repo.

---

Expand Down
Loading