Skip to content

Commit

Permalink
Removed debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhesh-mahajan committed Dec 2, 2023
1 parent c335da8 commit 88f9249
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/DeployPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ jobs:
uses: actions/checkout@v2
- name: Delete .git
run: rm -rf .git
- name: "Install yarn"
run: npm i --global yarn
- name: "Install root dependancies"
run: yarn install
- name: Debug - List Files in root Directory
run: ls -al ./
- name: Debug - List Files in Web Build Directory
run: ls -al ./apps/web
- name: Copy build to EC2
uses: appleboy/scp-action@master
with:
Expand Down

0 comments on commit 88f9249

Please sign in to comment.