Skip to content

Commit

Permalink
chore: added cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 2, 2024
1 parent ed4e74a commit 44cf807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
git clone https://github.com/arquisoft/wiq_en2b.git
git clone https://github.com/Arquisoft/wiq_en2b.git
cd wiq_en2b
echo "DATABASE_USER=${{ secrets.DATABASE_USER }}" >> .env
echo "DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }}" >> .env
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
Expand Down

0 comments on commit 44cf807

Please sign in to comment.