Skip to content

Commit

Permalink
chore: rollback injections
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gupta <[email protected]>
  • Loading branch information
nehagup committed Jul 5, 2024
1 parent cc70e7b commit 8e69407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout code
Expand All @@ -17,4 +17,4 @@ jobs:
run: npm install

- name: Build Next.js app
run: npm run build
run: npm run build

0 comments on commit 8e69407

Please sign in to comment.