Skip to content

Commit

Permalink
add echo secret_key
Browse files Browse the repository at this point in the history
  • Loading branch information
omarciovsena committed May 31, 2024
1 parent 34237ac commit 870ea23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Copy project files to the server
run: |
echo 'MONGODB_URI=${{ secrets.SECRET_KEY }}
echo 'SECRET_KEY=${{ secrets.SECRET_KEY }}'
rsync -avz --exclude '/node_modules/' --exclude '/.git/' ./ ${{ secrets.DROPLET_IP }}:/root/abibliadigital/
- name: Build container
Expand Down

0 comments on commit 870ea23

Please sign in to comment.