Skip to content

Commit 54c06f1

Browse files
committed
Update deployment pipeline
1 parent 494f369 commit 54c06f1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/deployments.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: [15.x]
25+
node-version: [18.x]
2626

2727
steps:
2828
- uses: actions/checkout@v2
@@ -44,12 +44,3 @@ jobs:
4444
token: ${{ secrets.GITHUBTOKEN }}
4545
branch: gh-pages # The branch the action should deploy to.
4646
folder: dist # The folder the action should deploy.
47-
48-
- name: Deploy to repo 🚀
49-
uses: JamesIves/github-pages-deploy-action@4.1.0
50-
with:
51-
token: ${{ secrets.GITHUBTOKEN }}
52-
branch: master # The branch the action should deploy to.
53-
repository-name: ospic/deploys
54-
target-folder: application
55-
folder: dist # The folder the action should deploy.

0 commit comments

Comments
 (0)