Skip to content

Commit

Permalink
Merge pull request #1 from densalzmann/upd/angular
Browse files Browse the repository at this point in the history
Upd/angular
  • Loading branch information
densalzmann authored May 12, 2024
2 parents 3f7dd95 + 6c35024 commit 93b118b
Show file tree
Hide file tree
Showing 16 changed files with 20,610 additions and 27,724 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-now.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: actions/setup-node@v1
with:
node-version: v16.16.0
node-version: v18.13.0

- name: Build Node assets
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
Expand All @@ -39,7 +39,6 @@ jobs:
run: |
npm ci
npm run build
npx scully
- name: Deploy to IONOS
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
Expand All @@ -49,4 +48,4 @@ jobs:
branch-id: ${{ steps.project.outputs.branch-id }}
service-host: api-eu.ionos.space
api-key: ${{ secrets.IONOS_API_KEY }}
dist-folder: dist/static
dist-folder: dist
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

.angular
9 changes: 9 additions & 0 deletions .scully/settings.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
identifier: l56d4co7i72er9dd
allowErrorCollect: false
appPort: 1864
staticPort: 1668
reloadPort: 2667
hostName: localhost
projectName: portfolio
homeFolder: /home/dennissalzmann/archive/work/repos/github/portfolio
distFolder: dist/portfolio
outDir: /home/dennissalzmann/archive/work/repos/github/portfolio/dist/static
handle404: ""
9 changes: 6 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"outputPath": "dist/portfolio",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
Expand Down Expand Up @@ -109,7 +109,7 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
Expand Down Expand Up @@ -150,5 +150,8 @@
}
}
},
"defaultProject": "portfolio"
"defaultProject": "portfolio",
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 93b118b

Please sign in to comment.