Skip to content

Commit

Permalink
Merge pull request #545 from hngprojects/Lanky-23-patch-1
Browse files Browse the repository at this point in the history
Update pr-deploy.yml
  • Loading branch information
Rob-in-son authored Aug 14, 2024
2 parents b7d4468 + 3017815 commit fbb3788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- id: deploy
name: Pull Request Deploy
uses: hngprojects/pr-deploy@main
uses: hngprojects/pr-deploy@main-patch
with:
server_host: ${{ secrets.SERVER_HOST }}
server_username: ${{ secrets.SERVER_USERNAME }}
Expand All @@ -26,8 +26,8 @@ jobs:
context: '.'
dockerfile: 'Dockerfile'
exposed_port: '8000'
host_volume_path: '/var/appdata'
container_volume_path: '/app/data'
#host_volume_path: '/var/'
#container_volume_path: '/var/'
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Print Preview URL
Expand Down

0 comments on commit fbb3788

Please sign in to comment.