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 bec3c83 commit d3b3a97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
username: ${{ secrets.REMOTE_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script:
cd "/home/ubuntu/devops-class"
git pull origin main
cd all_in_docker
sudo docker-compose build
sudo docker-compose up -d backend
sudo docker-compose up -d frontend
sudo apt update

# - name: Transfer Build Files to Ubuntu Instance
# uses: appleboy/scp-action@master
Expand Down

0 comments on commit d3b3a97

Please sign in to comment.