Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Removed DreamLink Cluster from Deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bravo Bravo committed Jul 9, 2020
1 parent 29d514c commit 7a25c48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ jobs:
DEPLOY_GITHUB_OWNER: dreamnettech
DEPLOY_TEKNIK_TOKEN: ${{ secrets.DEPLOY_TEKNIK_TOKEN }}
DEPLOY_TEKNIK_OWNER: dreamnet
DEPLOY_DREAMLINKCLUSTER_USERNAME: dreamnet
DEPLOY_DREAMLINKCLUSTER_PASSWORD: ${{ secrets.DEPLOY_DREAMLINKCLUSTER_PASSWORD }}
DEPLOY_PINATA_KEY: ${{ secrets.DEPLOY_PINATA_KEY }}
DEPLOY_PINATA_SECRET: ${{ secrets.DEPLOY_PINATA_SECRET }}
DEPLOY_MEGA_EMAIL: ${{ secrets.DEPLOY_MEGA_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const FULLPATH = path.resolve(DISTPATH, '../', FILENAME)
const PROVIDERS = []

if (isRelease) {
PROVIDERS.push('Github', 'DreamLinkCluster', 'Pinata', 'MEGA', 'Teknik')
PROVIDERS.push('Github', 'Pinata', 'MEGA', 'Teknik')
}

/**
Expand Down

0 comments on commit 7a25c48

Please sign in to comment.