poke
This commit is contained in:
parent
69cc2b1dfb
commit
3a4af875ce
3 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ abitibi:deploy:
|
|||
|
||||
# Deploy using helm chart
|
||||
- cd ${ABITIBI_SRC}
|
||||
- helm upgrade --install --force --namespace ${DEPLOY_NAMESPACE} --set image.name=${ABITIBI_IMAGE},image.tag=${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA} website ./chart/abitibi
|
||||
- helm upgrade --install --force --namespace ${DEPLOY_NAMESPACE} --set image.name=${ABITIBI_IMAGE},image.tag=${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA} abitibi ./chart/abitibi
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<body>
|
||||
<div class="page-container">
|
||||
<p class="headline">
|
||||
Abitibi Temiscamingue E-sports.
|
||||
Abitibi Temiscamingue E-sports
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
|
||||
add-apt-repository -y ppa:deluge-team/stable
|
||||
apt-get update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue