Skip to content

Commit c3446cb

Browse files
committed
production
1 parent 3c1d95a commit c3446cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

based.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ export default {
33
project: 'cli-test',
44
env: '#branch',
55
};
6+
7+
export const production = {
8+
org: 'github-actions',
9+
project: 'cli-test',
10+
env: 'production',
11+
};

0 commit comments

Comments
 (0)