Skip to content

Commit

Permalink
Adding example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frnn4268 committed Jun 1, 2024
1 parent 5a447eb commit fe43408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
working-directory: server
run: |
npm install
echo MONGO_URL="mongodb+srv://Frnn:noobculo@mongocluster.o2eojyk.mongodb.net/snappy?retryWrites=true&w=majority" > .env
echo MONGO_URL="mongodb+srv://Frnn:@mongocluster.o2eojyk.mongodb.net/snappy?retryWrites=true&w=majority" > .env
# Set up SSH key for authentication
- name: Set up SSH key
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
working-directory: server
run: |
npm install
echo MONGO_URL="mongodb+srv://Frnn:noobculo@mongocluster.o2eojyk.mongodb.net/snappy?retryWrites=true&w=majority" > .env
echo MONGO_URL="mongodb+srv://Frnn:@mongocluster.o2eojyk.mongodb.net/snappy?retryWrites=true&w=majority" > .env
# Set up SSH key for authentication
- name: Set up SSH key
Expand Down

0 comments on commit fe43408

Please sign in to comment.