Skip to content

Commit

Permalink
Merge pull request #1057 from entur/move-favicons
Browse files Browse the repository at this point in the history
Move favicons to github environments
  • Loading branch information
testower authored Oct 24, 2024
2 parents 0b76855 + 12d1320 commit 21502d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: build
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Copy favicon
run: cp build/nsr-d.ico build/favicon.ico
run: cp .github/environments/nsr-d.ico build/favicon.ico
- name: Copy bootstrap config
run: cp .github/environments/dev.json build/bootstrap.json
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand All @@ -43,7 +43,7 @@ jobs:
path: build
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Copy favicon
run: cp build/nsr-d.ico build/favicon.ico
run: cp .github/environments/nsr-d.ico build/favicon.ico
- name: Copy bootstrap config
run: cp .github/environments/nordic-dev.json build/bootstrap.json
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand All @@ -67,7 +67,7 @@ jobs:
path: build
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Copy favicon
run: cp build/nsr-s.ico build/favicon.ico
run: cp .github/environments/nsr-s.ico build/favicon.ico
- name: Copy bootstrap config
run: cp .github/environments/test.json build/bootstrap.json
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand All @@ -91,7 +91,7 @@ jobs:
path: build
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Copy favicon
run: cp build/nsr-p.ico build/favicon.ico
run: cp .github/environments/nsr-p.ico build/favicon.ico
- name: Copy bootstrap config
run: cp .github/environments/prod.json build/bootstrap.json
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit 21502d4

Please sign in to comment.