Compare commits
7 Commits
our-style
...
9727bf5c61
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9727bf5c61 | ||
|
|
94524a326d | ||
|
|
6414aa4410 | ||
|
|
411a973102 | ||
|
|
ec8a36b7ed | ||
|
|
8b54e30493 | ||
|
|
353551b219 |
@@ -15,6 +15,7 @@ steps:
|
||||
- name: pull into the folduh
|
||||
commands:
|
||||
- cd /usr/share/repos/$DRONE_REPO_NAME
|
||||
- git checkout $DRONE_COMMIT_BRANCH
|
||||
- git pull origin $DRONE_COMMIT_BRANCH
|
||||
- name: build
|
||||
environment:
|
||||
|
||||
2
app.py
2
app.py
@@ -25,7 +25,7 @@ js.build()
|
||||
|
||||
docker_short_id = socket.gethostname()
|
||||
|
||||
arango_client = ArangoClient(hosts='https://arango.vdk2ch.ru')
|
||||
arango_client = ArangoClient(hosts='https://arango.guaranteedstruggle.host')
|
||||
db = arango_client.db('board1', username='root', password='stolendick527')
|
||||
|
||||
# предполагается что меняться список будет весьма редко, поэтому подхватываем при лишь при перезапуске
|
||||
|
||||
@@ -8,12 +8,10 @@
|
||||
<div class="col s4 center">
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="img-responsive" src="https://static.vdk2ch.ru/test-public/sin.jpg" height="400px" width="320px">
|
||||
<img class="img-responsive" src="https://static.guaranteedstruggle.host/test-public/sin.jpg" height="400px" width="320px">
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<p>
|
||||
Dobro pozhalovat. AGAIN.
|
||||
</p>
|
||||
<p> Dobro pozhalovat. AGAIN. </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user