Skip to content

Commit

Permalink
sends env to pi during deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumaar23 committed Dec 24, 2023
1 parent 8fc96b9 commit 9669991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
User $SSH_USER
IdentityFile ~/.ssh/priv.key
StrictHostKeyChecking no
SetEnv APP_DIR=$APP_DIR
END
env:
SSH_USER: ${{ secrets.SSH_USER }}
Expand Down

0 comments on commit 9669991

Please sign in to comment.