mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
15 lines
372 B
YAML
15 lines
372 B
YAML
branches:
|
|
only:
|
|
- master
|
|
language: python
|
|
python:
|
|
- "3.4"
|
|
before_script:
|
|
- pip install pygithub
|
|
- pip install pygithub3
|
|
script:
|
|
- python3 tools/deploy.py
|
|
env:
|
|
global:
|
|
- secure: "KcJQbknBOdC5lA4nFGKPXVRVIGLDXDRzC8XkHuXJCE9pIR/wbxbkvx8fHKcC6SC9eHgzneC3+o4m4+CjIbVvIwDgslRbJ8Y59i90ncONmdoRx1HUYHwuYWVZm9HJFjCsIbrEqhSyyKS+PB3WZVOLbErtNHsgS8f43PTh5Ujg7Vg="
|