Skip to content

Commit

Permalink
fix: ratelimit
Browse files Browse the repository at this point in the history
  • Loading branch information
omarciovsena committed Jul 11, 2024
1 parent 961d937 commit 7c75d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
ssh root@${{ secrets.DROPLET_IP }} "echo 'MONGODB_URI=${{ secrets.MONGODB_URI }}' >> /root/abibliadigital/.env"
ssh root@${{ secrets.DROPLET_IP }} "echo 'SECRET_KEY=${{ secrets.SECRET_KEY }}' >> /root/abibliadigital/.env"
ssh root@${{ secrets.DROPLET_IP }} "echo 'SENDGRID_KEY=${{ secrets.SENDGRID_KEY }}' >> /root/abibliadigital/.env"
ssh root@${{ secrets.DROPLET_IP }} "echo 'REDIS_URL=${{ secrets.REDIS_URL }}' >> /root/abibliadigital/.env"
- name: Restart the application
run: ssh root@${{ secrets.DROPLET_IP }} "cd /root/abibliadigital/ && docker-compose down && docker-compose up -d"

0 comments on commit 7c75d2d

Please sign in to comment.