Skip to content

Commit

Permalink
Update deploy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srappel authored Jun 25, 2024
1 parent 736fc8a commit ac7c5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You should now be able to interact with the application in the browser at
or via the command line by running `rails console` in the GeoDiscovery directory
while the app is running.

It's a good idea to [run tests](develop.html/#run-the-test-suite) to make sure everything was installed and updated correctly.
It's a good idea to [run tests](develop.html#run-the-test-suite) to make sure everything was installed and updated correctly.

You can now do [feature development](develop) on your local machine to test out changes or new features.

Expand Down Expand Up @@ -156,7 +156,7 @@ Deploy to liblamp:
bundle exec cap production deploy
```

These commands will run [Capistrano](dependencies.html/#capistrano) and deploy the application to development
These commands will run [Capistrano](dependencies.html#capistrano) and deploy the application to development
or production respectively.

If it's sucessful, it will be saved in the current-release directory found at /var/www/rubyapps/uwm-geoblacklight/current/.
Expand Down

0 comments on commit ac7c5c5

Please sign in to comment.