Skip to content

Commit

Permalink
CI working and Updated demo link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lesauf authored and harikrishna266 committed Dec 9, 2020
1 parent 35a1fb7 commit bb235a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm i && npm run build:prod
- run: npm ci && npm run build:prod
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.PERSONAL_GITHUB_TOKEN }}'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Expand Up @@ -11,8 +11,9 @@ jobs:
- run: npm ci && npm run build --prod
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
repoToken: '${{ secrets.PERSONAL_GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CDK_ADMIN }}'
channelId: live
projectId: cdk-admin
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# CdK Admin - FREE PREMIUM ANGULAR 6 MATERIAL DESIGN+FLEX LAYOUT ADMIN PANEL

Upgrade to latest angular - ongoing
DEMO: Coming
DEMO: https://cdk-admin.web.app


for bugs use github issue tracker
Expand Down

0 comments on commit bb235a5

Please sign in to comment.