Skip to content

Commit

Permalink
deploy: f95a177
Browse files Browse the repository at this point in the history
  • Loading branch information
jsi committed Dec 19, 2023
1 parent 178c907 commit 7da021c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions stable/index.ahtml
Original file line number Diff line number Diff line change
Expand Up @@ -574,13 +574,13 @@ name: default

steps:
- name: build & test app
image: enonic/enonic-ci:7.13
image: enonic/enonic-ci:{version}
commands:
- /setup_sandbox.sh
- enonic project build

- name: deploy App
image: enonic/enonic-ci:7.13
image: enonic/enonic-ci:{version}
environment:
ENONIC_CLI_REMOTE_URL:
from_secret: ENONIC_CLI_REMOTE_URL
Expand Down Expand Up @@ -628,7 +628,7 @@ jobs:
build:
working_directory: ~/app
docker:
- image: enonic/enonic-ci:7.13
- image: enonic/enonic-ci:{version}
steps:
- checkout
- run:
Expand Down Expand Up @@ -788,7 +788,7 @@ git push</code></pre>
<pre class="highlight"><code class="language-text" data-lang="text">pipeline {
agent {
docker {
image 'enonic/enonic-ci:7.13'
image 'enonic/enonic-ci:{version}'
}
}
environment {
Expand Down Expand Up @@ -942,13 +942,13 @@ trigger:

steps:
- name: build &amp; test app
image: enonic/enonic-ci:7.13
image: enonic/enonic-ci:{version}
commands:
- /setup_sandbox.sh
- enonic project build

- name: deploy
image: enonic/enonic-ci:7.13
image: enonic/enonic-ci:{version}
environment:
ENONIC_CLI_REMOTE_URL:
from_secret: testing-url
Expand All @@ -974,13 +974,13 @@ trigger:

steps:
- name: build &amp; test app
image: enonic/enonic-ci:7.13
image: enonic/enonic-ci:{version}
commands:
- /setup_sandbox.sh
- enonic project build

- name: deploy
image: enonic/enonic-ci:7.13
image: enonic/enonic-ci:{version}
environment:
ENONIC_CLI_REMOTE_URL:
from_secret: staging-url
Expand All @@ -1003,13 +1003,13 @@ trigger:

steps:
- name: build &amp; test app
image: enonic/enonic-ci:7.13
image: enonic/enonic-ci:{version}
commands:
- /setup_sandbox.sh
- enonic project build

- name: deploy
image: enonic/enonic-ci:7.13
image: enonic/enonic-ci:{version}
environment:
ENONIC_CLI_REMOTE_URL:
from_secret: production-url
Expand Down Expand Up @@ -1126,7 +1126,7 @@ steps:
executors:
xp-executor:
docker:
- image: enonic/enonic-ci:7.13
- image: enonic/enonic-ci:{version}
working_directory: ~/app

jobs:
Expand Down Expand Up @@ -1235,7 +1235,7 @@ To approve production deployments you have to open up your CircleCI project work
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-12-19 15:56:39 UTC
Last updated 2023-12-19 16:15:15 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 7da021c

Please sign in to comment.