Skip to content

Commit

Permalink
echo host
Browse files Browse the repository at this point in the history
echo host
  • Loading branch information
john-tron authored Oct 31, 2024
1 parent 5be3b28 commit d24d80b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2


- name: Debug information
run: |
echo "Connecting to host: ${{ secrets.HOST_PRODUCTION }}"
- name: Install Node
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit d24d80b

Please sign in to comment.