Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroaquintero committed Oct 17, 2023
1 parent c8e887a commit d399750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_from_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
port: 22
script_stop: true
script: |
echo "Debug: Starting SSH script"
su - assistant-bible
echo "Debug: Switched to assistant-bible user"
cd /home/assistant-bible/assistant.bible
echo "Debug: Changed directory to /home/assistant-bible/assistant.bible"
Expand All @@ -33,6 +31,8 @@ jobs:
echo "Debug: SSH connection test to GitHub completed"
git pull origin develop
echo "Debug: Git pull command executed"
echo "Debug: Starting SSH script"
su - assistant-bible
cd deployment
echo "Debug: Changed directory to deployment"
docker compose --env-file .env up --force-recreate --build -d
Expand Down

0 comments on commit d399750

Please sign in to comment.