Skip to content

Commit

Permalink
setting up .env using ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
avaneeshk098 authored Jan 4, 2025
1 parent aca839e commit 6866d9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
source: "."
target: "~/core"

- name: Create .env file
run: |
touch .env
echo "${{secrets.MONGO_URI}}" >> .env
- name: Executing remote commands
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 6866d9b

Please sign in to comment.