File tree 3 files changed +11
-21
lines changed
3 files changed +11
-21
lines changed Original file line number Diff line number Diff line change 14
14
cd example/angular
15
15
npm install
16
16
npx ng build --prod
17
- - uses : amondnet/now-deployment@v1
17
+ - uses : ./
18
18
id : now-deployment
19
19
with :
20
20
github-token : ${{ secrets.GITHUB_TOKEN }}
21
21
zeit-token : ${{ secrets.ZEIT_TOKEN }}
22
- now-args : ' --prod example/angular/dist/angular'
22
+ now-org-id : ${{ secrets.NOW_ORG_ID }}
23
+ now-project-id : $$ {{ secrets.NOW_PROJECT_ID_ANGULAR }}
24
+ working-directory : example/angular/dist/angular
25
+ now-args : ' --prod '
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v1
12
- - uses : amondnet/now-deployment@v1
12
+ - uses : ./
13
13
id : now-deployment
14
14
with :
15
15
github-token : ${{ secrets.GITHUB_TOKEN }}
16
16
zeit-token : ${{ secrets.ZEIT_TOKEN }}
17
- now-args : ' --prod example/static'
17
+ now-org-id : ${{ secrets.NOW_ORG_ID }}
18
+ now-project-id : $$ {{ secrets.NOW_PROJECT_ID_STATIC }}
19
+ now-args : ' --prod'
20
+ working-directory : example/static
21
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments