Skip to content

Commit

Permalink
🧐 Point DT to prod #1309
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Oct 18, 2022
1 parent e987b7e commit bc57797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DEV-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
algoliaApiKeyServer: ${{ secrets.ALGOLIA_SEARCH_API_SERVER_KEY }}
dynatraceEnvironment: ${{ secrets.DYNATRACE_ENVIRONMENT }}
dynatracePaaSToken: ${{ secrets.DYNATRACE_PAAS_TOKEN }}
dynatraceImage: ${{ secrets.DYNATRACE_IMAGE }}
dynatraceImage: ${{ secrets.DYNATRACE_PREPROD_IMAGE }}
environment: ${{ secrets.ENV }}
- uses: act10ns/slack@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREPROD-webs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
algoliaApiKeyServer: ${{ secrets.ALGOLIA_SEARCH_API_SERVER_KEY }}
dynatraceEnvironment: ${{ secrets.DYNATRACE_ENVIRONMENT }}
dynatracePaaSToken: ${{ secrets.DYNATRACE_PAAS_TOKEN }}
dynatraceImage: ${{ secrets.DYNATRACE_IMAGE }}
dynatraceImage: ${{ secrets.DYNATRACE_PROD_IMAGE }}
environment: ${{ secrets.ENV }}
- uses: act10ns/slack@v1
with:
Expand Down
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG ARG_DYNATRACE_IMAGE='node:16-alpine'

#https://spa-equinor.kanari.com/e/<environment>/linux/oneagent-codemodules-musl:all
FROM ${ARG_DYNATRACE_IMAGE} AS dynatrace

FROM node:16-alpine AS deps
Expand Down

0 comments on commit bc57797

Please sign in to comment.