Skip to content

Commit

Permalink
print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 16, 2023
1 parent 3a83d5c commit a7b2b23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
with:
name: production-files
path: /tmp

- name: Understanding where I am
run: |
pwd
ls -la
ls -la /tmp
- name: Deploy to server
uses: appleboy/scp-action@master
Expand Down

1 comment on commit a7b2b23

@vercel
Copy link

@vercel vercel bot commented on a7b2b23 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nyaraka – ./

nyaraka-git-main-nuruprogramming.vercel.app
nyaraka-nuruprogramming.vercel.app
nyaraka.vercel.app

Please sign in to comment.