Skip to content

Commit

Permalink
fix(cd): omit working-directory since it already set (#1353)
Browse files Browse the repository at this point in the history
* feat(cd): applying updated seed on stage-server by manual trigger

* chore: change name

* fix(cd): omit working-directory since it already set

---------

Co-authored-by: Jaemin Choi <[email protected]>
  • Loading branch information
goathoon and dotoleeoak authored Feb 9, 2024
1 parent 2ae3843 commit 8a955e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reset-seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
steps:
- name: Load DATABASE_URL From Existing .env.development
run: export DATABASE_URL=$(grep "^DATABASE_URL=" .env.development | cut -d '=' -f2)
working-directory: ~/actions-runner/_work/codedang/codedang

- name: Run Reset Seed Command
run: docker exec backend-client npx prisma migrate reset -f
Expand Down

0 comments on commit 8a955e3

Please sign in to comment.