Skip to content

Commit

Permalink
don't specify env in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Stillman committed Sep 7, 2023
1 parent a369a86 commit 6ca7daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ concurrency:
jobs:
build-deploy-dev:
uses: ./.github/workflows/build-deploy.yml
environment: dev
secrets: inherit

2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default function Home() {
<Link href="/foobar">go to foobar page!</Link>
</div>

<h2>we're in dev!</h2>

<NewsFeed />
</main>
);
Expand Down

0 comments on commit 6ca7daf

Please sign in to comment.