Skip to content

Commit

Permalink
Production Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Moibe committed Nov 17, 2024
1 parent 39d5d13 commit 3a2800b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Astroblend Development @ Digital Ocean 🐠
name: Astroblend PROD @ Digital Ocean 🦐

#Crear una action inicilizadora para los pasos de git que solo se ejecutarán la primera vez
#como inicializar el git y crear el venv.
on:
push:
branches:
Expand All @@ -28,4 +26,4 @@ jobs:
&& exit"
- name: cleanup
run: rm -rf ~/.ssh
run: rm -rf ~/.ssh
4 changes: 2 additions & 2 deletions keepalive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ if [ -z "$pid" ]; then
echo "$timestamp2 - READY: Proceso reiniciado con id $nuevo_proceso. "
else
timestamp3=$(date +"%d-%m-%Y %H:%M:%S")
echo "$timestamp3 - ALIVE: Astroblend-dev, proceso $pid arriba y funcionando."
fi
echo "$timestamp3 - ALIVE: Astroblend PROD, proceso $pid arriba y funcionando."
fi

0 comments on commit 3a2800b

Please sign in to comment.