Skip to content

Commit 54fe03c

Browse files
committed
debug statement
1 parent 639ea35 commit 54fe03c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
mkdir -p ~/.ssh
4545
chmod 700 ~/.ssh
4646
47+
echo "I am deploying to: ${{ secrets.PROD_SERVER_HOST }}"
48+
4749
echo "$PRIVATE_KEY" > ~/.ssh/id_rsa
4850
chmod 600 ~/.ssh/id_rsa
4951

0 commit comments

Comments
 (0)