Skip to content

Commit

Permalink
Update deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
elirehema committed Oct 7, 2024
1 parent 494f369 commit 54c06f1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [15.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -44,12 +44,3 @@ jobs:
token: ${{ secrets.GITHUBTOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.

- name: Deploy to repo 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
token: ${{ secrets.GITHUBTOKEN }}
branch: master # The branch the action should deploy to.
repository-name: ospic/deploys
target-folder: application
folder: dist # The folder the action should deploy.

0 comments on commit 54c06f1

Please sign in to comment.