Skip to content

Commit

Permalink
Merge pull request #558 from hngprojects/Lanky-23-patch-2-1
Browse files Browse the repository at this point in the history
Update pr-deploy.yml
  • Loading branch information
Rob-in-son authored Aug 9, 2024
2 parents 5dfc639 + ce4744c commit 0757d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
context: '.'
dockerfile: 'Dockerfile'
exposed_port: '8000'
host_volume_path: '/var/appdata' # Adjust this to your needs
container_volume_path: '/app/data' # Adjust this to your needs
host_volume_path: '/var/appdata'
container_volume_path: '/app/data'
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Print Preview URL
Expand Down

0 comments on commit 0757d22

Please sign in to comment.