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 Jan 17, 2025
1 parent 1a53407 commit de919a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script:
sudo apt update
script: |
cd all_in_docker
sudo docker-compose up -d
# - name: Transfer Build Files to Ubuntu Instance
# uses: appleboy/scp-action@master
Expand Down

0 comments on commit de919a2

Please sign in to comment.