Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 29, 2024
1 parent 730f48c commit 2983666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# create a place to store your env.vars and secret.vars via https://github.com/ktsuttlemyre/kqDraft/settings/environments
environment:
name: ktsuttle-dev
url: ${{ env.CNAME }}
url: ${{ vars.CNAME }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -37,4 +37,4 @@ jobs:
exit 1
fi
npm install --global surge
surge . ${{ env.CNAME }}
surge . ${{ vars.CNAME }}

0 comments on commit 2983666

Please sign in to comment.