Skip to content

Commit

Permalink
actions fix, login configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed Aug 29, 2023
1 parent 476d748 commit 45136ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ README.md
docker-compose.yml
node_modules
server/node_modules
**/.env
**/.env.example
server/.env
server/.env.example
4 changes: 2 additions & 2 deletions .github/workflows/next_virtualmonitor-app(dev).yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: "!startsWith(github.event.head_commit.message, '[DEPLOY]')"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_SECRET }}
- run: git config --global user.name 'Digitransit'
Expand All @@ -35,7 +35,7 @@ jobs:
if: "startsWith(github.event.head_commit.message, '[DEPLOY]')"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: azure/docker-login@v1
with:
login-server: https://index.docker.io/v1/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/next_virtualmonitor-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: azure/docker-login@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion src/monitorConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
showMinutes: '20',
alertOrientation: 'horizontal', // Possible values are 'vertical', 'horizontal' and 'static'
login: {
inUse: true,
inUse: false,
frontPageContent: 'front-page-paragraph-waltti',
favourites: false,
},
Expand Down

0 comments on commit 45136ac

Please sign in to comment.