Skip to content

Commit

Permalink
Adding validation before register
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Jun 29, 2024
1 parent 22660af commit c50fec3
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 @@ -76,6 +76,7 @@ jobs:
echo "EMAIL_HOST=${EMAIL_HOST}" >> /var/www/html/virtual-dojo/backend/.env
echo "EMAIL_USER=${EMAIL_USER}" >> /var/www/html/virtual-dojo/backend/.env
echo "EMAIL_PASS=${EMAIL_PASS}" >> /var/www/html/virtual-dojo/backend/.env
echo "API_DOMAIN=${API_DOMAIN}" >> /var/www/html/virtual-dojo/backend/.env
EOF
# Conectar al VPS y reiniciar el backend
Expand Down

0 comments on commit c50fec3

Please sign in to comment.