margin-top: $margin;
@for $i from 1 through $count {
&:nth-child(#{$i}) {
margin-top: 0;
}
}
echo $DEPLOY_KEY >> /.ssh/id_rsa
stages:
- build
- deploy
deploy:
stage: deploy
only:
- master
script:
- yarn update && yarn run build && composer update && php artisan migrate
tags:
- shell