Skip to content

Commit

Permalink
feat: ci & cd yml files created
Browse files Browse the repository at this point in the history
- travis file deleted.
  • Loading branch information
aytekin-smartcar committed Feb 14, 2023
1 parent 0d81404 commit 668a744
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 46 deletions.
12 changes: 7 additions & 5 deletions .buddy/cd.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
- pipeline: 'CD'
on: 'CLICK'
refs:
- 'refs/heads/*'
priority: 'NORMAL'
on: 'EVENT'
events:
- type: 'PUSH'
refs:
- ':default'
priority: 'HIGH'
fail_on_prepare_env_warning: true
variables:
- key: 'GH_TOKEN'
value: 'secure!hlrHPtjo86FrkValxTh7PO/CQtl/7k7pmErjcq+t7V0=.RwqkXF3OVdnoW/rURKLx9w=='
type: 'VAR'
encrypted: true
- key: 'NPM_TOKEN'
value: 'secure!hlrHPtjo86FrkValxTh7PO/CQtl/7k7pmErjcq+t7V0=.RwqkXF3OVdnoW/rURKLx9w=='
value: 'secure!JSjVxtqJWZ5+mNfIIT3aPiqpo0/xTyOoeSI6MFyViZY=.xQwDwzONGDKV1UY65gvuPw=='
type: 'VAR'
encrypted: true
actions:
Expand Down
13 changes: 10 additions & 3 deletions .buddy/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
- pipeline: 'CI'
on: 'CLICK'
refs:
- 'refs/heads/*'
on: 'EVENT'
events:
- type: 'PUSH'
refs:
- 'refs/heads/*'
priority: 'NORMAL'
fail_on_prepare_env_warning: true
variables:
- key: 'CODECOV_TOKEN'
value: 'secure!98lZjvc3CKurbTtXVlQH16aV+fYmfEppicIF3doKpeL2eYhd9snLO+0n+srjBlL+.EciZ7pJQwo9GJwIabNI6dw=='
type: 'VAR'
encrypted: true
actions:
- action: 'Build dependencies'
type: 'BUILD'
Expand Down
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

0 comments on commit 668a744

Please sign in to comment.