Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraVolk authored Sep 12, 2023
1 parent 732ebc5 commit f348b45
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,21 +155,3 @@ jobs:

- name: Run Surge
run: surge ./docs/ui-business-template/build practice-landings-ui-business-template.surge.sh --token ${{ secrets.SURGE_TOKEN }}

deploy-surrealist:
name: Deploy Surrealist
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
node-version: 16

- name: Install surge
run: npm install --global surge

- name: Run Surge
run: surge ./docs/surrealist/build practice-landings-surrealist.surge.sh --token ${{ secrets.SURGE_TOKEN }}

0 comments on commit f348b45

Please sign in to comment.