Skip to content

Commit 151aec3

Browse files
committed
Adaugare configuratie publishing cu travis (via deploy ssh key).
1 parent b9c941f commit 151aec3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
branches:
3+
only:
4+
- master
5+
before_install:
6+
- openssl aes-256-cbc -K $encrypted_eff88d0bace2_key -iv $encrypted_eff88d0bace2_iv -in ropython-site-publisher.enc -out ~/.ssh/ropython-site-publisher -d
7+
- echo "Host github.com" >> ~/.ssh/config
8+
- echo " IdentityFile ~/.ssh/ropython-site-publisher" >> ~/.ssh/config
9+
install:
10+
- pip install tox
11+
script:
12+
- tox -e build,publish -- ghp

ropython-site-publisher.enc

1.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)