Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmove authored May 28, 2024
1 parent 6a68cd5 commit f3fa6b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The development build is mainly made for testing, so it is ideal for self-hostin

To run the full app, you need the microservices running through Docker, and the main application running seperately.

You can find the developement compose file [here]("./backend/docker-compose.dev.yaml"). You will also need a `.env` file that can be found [here]("./backend/development.env.example")
You can find the developement compose file [here]("./backend/docker-compose.dev.yaml"). You will also need a `.env` file that can be found [here]("./backend/.env.example")

Once you have all the configuration files ready, to start the app, run the following.

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions backend/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
echo "Deploying Server..."

git add -A .
git stash
git pull origin main

Expand Down

0 comments on commit f3fa6b3

Please sign in to comment.