I hereby claim:
- I am blarshk on github.
- I am blarshk (https://keybase.io/blarshk) on keybase.
- I have a public key ASDIIr5OvHln9RhhCxMeZy6obJdfyBCdmOUD_X9m0wUcZgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| class Product | |
| attr_reader :item | |
| def initialize(item:) | |
| @item = item | |
| end | |
| def update_quality | |
| move_sale_date_closer |
| set :branch, ENV.fetch("BRANCH", `git rev-parse --abbrev-ref HEAD`.chomp) |
| .deploy_to_int: &deploy_to_int | |
| stage: deploy | |
| when: manual | |
| script: | |
| - eval $(ssh-agent) | |
| - ssh-add ~/.ssh/id_rsa | |
| - cap $CI_ENVIRONMENT_NAME deploy BRANCH=$CI_COMMIT_REF_NAME | |
| deploy_to_int1: | |
| <<: *deploy_to_int |