Skip to content

Commit

Permalink
Merge pull request #847 from hngprojects/devops
Browse files Browse the repository at this point in the history
Update pr deploy
  • Loading branch information
DrInTech22 authored Aug 9, 2024
2 parents 1d14e9b + 6026b05 commit 15b42be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "README.md"
- ".github/workflows/**"


jobs:
deploy-pr:
environment:
Expand All @@ -19,7 +20,7 @@ jobs:
run: cp .env.sample .env
- id: deploy
name: Pull Request Deploy
uses: hngprojects/pr-deploy@2.0.1
uses: hngprojects/pr-deploy@main
with:
server_host: ${{ secrets.HOST }}
server_username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 15b42be

Please sign in to comment.