Skip to content

Commit

Permalink
ci: add ci context
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Oct 6, 2022
1 parent 0355a4e commit 28aa89e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
version: 2
version: 2.1

workflows:
build:
jobs:
- build:
context:
- deployment

jobs:
build:
docker:
Expand Down

0 comments on commit 28aa89e

Please sign in to comment.