Skip to content

Commit

Permalink
Update digger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes authored Aug 28, 2024
1 parent 126aa0a commit 304734e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion digger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ projects:
- name: dev
dir: dev
- name: prod
dir: prod
dir: prod

workflows:
default:
plan:
steps:
- init
- plan
- run: echo $PR_BRANCH $DEFAULT_BRANCH $PROJECT_DIR $PROJECT_NAME

0 comments on commit 304734e

Please sign in to comment.