UNPKG

german-onb-geojson

Version:
35 lines (34 loc) 944 B
version: v1.0 name: german-onb-geojson agent: machine: type: e1-standard-2 os_image: ubuntu2004 execution_time_limit: minutes: 15 blocks: - name: Check and Update task: env_vars: - name: GIT_AUTHOR_NAME value: Timo Mämecke (Bot) - name: GIT_AUTHOR_EMAIL value: timo@railslove.com - name: GIT_COMMITTER_NAME value: Timo Mämecke (Bot) - name: GIT_COMMITTER_EMAIL value: timo@railslove.com secrets: - name: german-onb-geojson-secrets jobs: - name: Check and Update commands: - sem-version node 18 - sudo apt-get update -y - sudo apt install -y gdal-bin - checkout - chmod 600 ~/.ssh/german_onb_geojson_deploy_rsa - ssh-add ~/.ssh/german_onb_geojson_deploy_rsa - npm ci - npm run check-update - git push