Skip to content

Commit

Permalink
build(root): disable url in cd action wd-708 (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove authored Oct 6, 2024
1 parent bfe8365 commit f8dbf48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
PACKAGE_DIR: apps/${{ matrix.project }}
environment:
name: ${{ matrix.project }}
url: ${{ fromJson(steps.deployment.outputs.NETLIFY_OUTPUT).url }}
# url: ${{ fromJson(steps.deployment.outputs.NETLIFY_OUTPUT).url }}
steps:
- name: Code Checkout
uses: actions/checkout@v4
Expand All @@ -132,6 +132,3 @@ jobs:
args: 'deploy --json --prod --site ${{ matrix.project }} --filter ${{ env.PACKAGE_DIR }} --dir ${{ env.PACKAGE_DIR }}/build'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

- name: Log Deploy Output
run: echo "${{ steps.deployment.outputs.NETLIFY_OUTPUT }}"

0 comments on commit f8dbf48

Please sign in to comment.