Skip to content

Commit

Permalink
fix: path to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Dec 14, 2021
1 parent 89bd163 commit 387422e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# CHANGELOG

## v0.6.1 (2021-12-14)

* Updates path to projects

## v0.6.0 (2021-12-04)

* Docker compose commands changed from old `docker-compose` to new `docker compose` invocation

## v0.5.0 (2021-11-12)

Added a parameter when importing/exporing databases to specify the database name instead of inferring it based on the image name (closes #1)
* Added a parameter when importing/exporing databases to specify the database name instead of inferring it based on the image name (closes #1)

## v0.4.0 (2021-11-07)

Expand Down
4 changes: 2 additions & 2 deletions src/srvinfra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Srvinfra is a tool to deploy and update services and websites on a server hosted by Docker

SERVICES_DIR="$HOME/git/personal/harvey/projects/justintime50/server-infra/src"
WEBSITE_DIR="$HOME/git/personal/harvey/projects"
SERVICES_DIR="$HOME/harvey/projects/justintime50/server-infra/src"
WEBSITE_DIR="$HOME/harvey/projects"

### Databases

Expand Down

0 comments on commit 387422e

Please sign in to comment.