Skip to content

Commit

Permalink
UP
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Dec 11, 2024
1 parent 743f2e1 commit 91d2ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,8 @@ jobs:

- name: Build and Push Container
run: |
cd website/
docker build --tag ${{ env.REGISTRY_URL }}/${{ env.PROJECT_ID }}/pr-previews/website-pr-previews:${{ github.sha }} .
cd src/website/
docker build --tag ${{ env.REGISTRY_URL }}/${{ env.PROJECT_ID }}/pr-previews/website-pr-previews:${{ github.sha }} ./
docker push ${{ env.REGISTRY_URL }}/${{ env.PROJECT_ID }}/pr-previews/website-pr-previews:${{ github.sha }}
- name: Deploy to Cloud Run
Expand Down Expand Up @@ -1218,5 +1218,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Website changes in this PR are available for preview [here](${{ needs.website.outputs.url }})'
body: 'website changes in this PR available for preview [here](${{ needs.website.outputs.url }})'
})

0 comments on commit 91d2ba6

Please sign in to comment.