Skip to content

Commit

Permalink
deploy5
Browse files Browse the repository at this point in the history
  • Loading branch information
saketh-05 committed Dec 15, 2024
1 parent 39c77cc commit dccd16e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
docker build -t ${{ secrets.DOCKER_USERNAME }}/backend:latest -f Backend/Dockerfile ./Frontend
docker push ${{ secrets.DOCKER_USERNAME }}/backend:latest
deploy:
needs: build-and-push
runs-on: ubuntu-latest

steps:
# Step 1: Set up SSH
- name: Set up SSH
run: |
mkdir -p ~/.ssh
Expand Down

0 comments on commit dccd16e

Please sign in to comment.