Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ijara committed Nov 13, 2024
1 parent df62c13 commit 3626a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*/1 * * * * /bin/sh -c 'echo "Iniciando sincronización..."; git pull; echo "Activando entorno virtual..."; source .venv/bin/activate; echo "Ejecutando main.py..."; python main.py; echo "Agregando cambios..."; git add .; echo "Commit de cambios..."; git commit -m "sync_$(date +\'%Y%m%d\')"; echo "Enviando cambios..."; git push; echo "Sincronización completada."'
*/1 * * * * /bin/sh -c 'echo "Iniciando sincronización..."; git pull; echo "Activando entorno virtual..."; source .venv/bin/activate; echo "Ejecutando main.py..."; python main.py; echo "Agregando cambios..."; git add .; echo "Commit de cambios..."; git commit -m "sync_$(date +%Y%m%d)"; echo "Enviando cambios..."; git push; echo "Sincronización completada."'

0 comments on commit 3626a0f

Please sign in to comment.