Skip to content

Commit

Permalink
Merge pull request #530 from hngprojects/devops
Browse files Browse the repository at this point in the history
Devops
  • Loading branch information
timiajayi authored Aug 22, 2024
2 parents 17213a0 + d928139 commit cb33347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
echo "About to Deploy"
cd /var/www/langlearnai-be/deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
echo "About to Deploy"
cd /var/www/boilerplate-be/production
Expand Down

0 comments on commit cb33347

Please sign in to comment.