Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Fixed Sed args
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleAxe committed Sep 22, 2023
1 parent 1aa5a54 commit 91354b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Inject Developer tags
run: |
sed -i 's|<!-- DEVELOPER SITE INJECTION -->|<ion-item><ion-title style="background-color: red; color: white;">DEVELOPER SITE</ion-title></ion-item>|g' app/WhereIsThePower/src/app/app.component.html
sed -i 's/<title>Where Is The Power/<title>WITP {DEV}/g' app/WhereIsThePower/src/app/app.component.html
sed -i 's/href="assets/icon/favicon.ico"/href="assets/Ramp.svg"/g' app/WhereIsThePower/src/index.html
sed -i 's|<h2>Where is the Power?<|<h2>WITP-DEV<|g' app/WhereIsThePower/src/app/app.component.html
sed -i 's|href="assets/icon/favicon.ico"|href="assets/Ramp.svg"|g' app/WhereIsThePower/src/index.html
- name: update Prod ENV file
run: |
Expand Down

0 comments on commit 91354b1

Please sign in to comment.