Added anacrontab
Added push to github
Showing
... | @@ -12,6 +12,7 @@ stages: | ... | @@ -12,6 +12,7 @@ stages: |
- deploy | - deploy | ||
- cleanup | - cleanup | ||
- db | - db | ||
- github | |||
set-pypirc: | set-pypirc: | ||
... | @@ -80,3 +81,13 @@ update_db: | ... | @@ -80,3 +81,13 @@ update_db: |
- python3 update-db.py | - python3 update-db.py | ||
tags: | tags: | ||
- storjapi | - storjapi | ||
update_github: | |||
stage: github | |||
only: | |||
- master | |||
script: | |||
- git remote add github [email protected]:JAC2703/storjstatus-client.git | |||
- git push github master | |||
tags: | |||
- storjapi |
Please register or sign in to comment