Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actualizar main de prueba #455

Merged
merged 3 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Home = (): JSX.Element => {
>
<div className="prose text-md">
<p className="mb-0">
Planner es todavía una plataforma experimental.
Planner puede cometer errores.
</p>
<ul className="list-disc pl-5 mt-0">
<li>
Expand All @@ -43,9 +43,6 @@ const Home = (): JSX.Element => {
<li>Recuerda que SIDING es la referencia oficial.</li>
</ul>
</li>
<li>
<span className='font-bold'>Se agregaron la mayoría de las mallas faltantes</span> 🎊. También hemos arreglado muchos de los problemas y hecho varias mejoras. ¡Prueba haciendo click derecho en tus cursos! 🖱️
</li>
{
hideLogin &&
(<li>
Expand Down
1 change: 1 addition & 0 deletions infra/productive-deploy/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ REMOTE=$(git rev-parse origin/main)
# Si se detectan cambios, ejecutar run_deploy.sh
if [ "$LOCAL" != "$REMOTE" ]; then
echo "Changes detected. Running deploy script..."
git restore .
git checkout origin/main
chmod +x ./run_deploy.sh
./run_deploy.sh
Expand Down
Loading