Skip to content

Commit

Permalink
Need to see where I am relative to the docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlight-bu committed Sep 27, 2024
1 parent 478135e commit 617bdc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Print Working Directory and List Files
run: |
echo "Current Directory: $(pwd)"
echo "Listing all files in $(pwd):"
ls -R
- name: Checkout
uses: actions/checkout@v2
- name: Build, Push and Deploy to Heroku #set the whatever name you want to this step
Expand Down

0 comments on commit 617bdc3

Please sign in to comment.