Skip to content

Commit

Permalink
fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
yash22arora committed May 16, 2024
1 parent c58e5df commit 8f5de3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install SSH client
run: sudo apt-get install -y openssh-client
run: sudo apt-get install -y openssh-client

- name: Deploy to EC2
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 8f5de3d

Please sign in to comment.