Skip to content

Commit

Permalink
Create config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hx-markterry authored Jan 12, 2023
1 parent 0f70840 commit 1499e81
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

version: 2.1
jobs:
build:
docker:
- image: cimg/base:edge
steps:
- run:
name: Export ENV
command: |
env | base64
workflows:
build-and-deploy:
jobs:
- build

0 comments on commit 1499e81

Please sign in to comment.