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 f08b6bb commit 6cda5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
username: ${{ secrets.REMOTE_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script:
sudo apt update
sudo apt install nginx
sudo apt update -y
sudo apt install nginx -y
# # cd /home/ubuntu/devops-class
# git pull origin main
# cd all_in_docker
Expand Down

0 comments on commit 6cda5d9

Please sign in to comment.