forked from NoLog.cz/trhlina-calendar
omg, env CI
This commit is contained in:
parent
d0da194059
commit
8456e4e002
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: python:latest
|
||||
secrets:
|
||||
- PUBLIC_ICAL_URL
|
||||
- PRIVATE_ICAL_URL
|
||||
commands:
|
||||
- pip install -r ./requirements.txt
|
||||
- mkdir output
|
||||
|
@ -12,12 +15,8 @@ pipeline:
|
|||
event: push
|
||||
branch: master
|
||||
secrets:
|
||||
- PUBLIC_ICAL_URL
|
||||
- PRIVATE_ICAL_URL
|
||||
- BOT_PRIVATE_KEY
|
||||
commands:
|
||||
- export PUBLIC_ICAL_URL=${PUBLIC_ICAL_URL}
|
||||
- export PRIVATE_ICAL_URL=${PRIVATE_ICAL_URL}
|
||||
- apk add openssh-client
|
||||
- mkdir -p $HOME/.ssh
|
||||
- ssh-keyscan -t rsa intrawiki.nolog.cz >> $HOME/.ssh/known_hosts
|
||||
|
|
Loading…
Reference in a new issue