Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sshresthadh authored Jul 18, 2024
1 parent 75da853 commit bec3c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ secrets.REMOTE_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script:
cd /home/ubuntu/devops-class
cd "/home/ubuntu/devops-class"
git pull origin main
cd all_in_docker
sudo docker-compose build
Expand Down

0 comments on commit bec3c83

Please sign in to comment.