Skip to content

Commit

Permalink
changing ci/cd to use password instead of ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
avaneeshk098 authored Jan 4, 2025
1 parent 1aa90d8 commit 4fbeeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSHKEY }}
password: ${{ secrets.PASSWORD }}
source: "."
target: "/osai-website/website-reboot"

Expand All @@ -27,7 +27,7 @@ jobs:
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSHKEY }}
password: ${{ secrets.PASSWORD }}
script: |
cd /osai-website/website-reboot/frontend
export NVM_DIR=~/.nvm
Expand Down

0 comments on commit 4fbeeb6

Please sign in to comment.