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 13, 2023
1 parent 13581dd commit fbccbae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
run: npm install --global surge

- name: Run Surge
run: surge ./target/build practice-landings-catalog.surge.sh --token ${{ secrets.SURGE_TOKEN }}
uses: dswistowski/surge-sh-action@v1
with:
domain: 'practice-landings-catalog.surge.sh'
project: './target/build'
login: ${{ secrets.SURGE_LOGIN }}
token: ${{ secrets.SURGE_TOKEN }}

deploy-betting-template:
name: Deploy Betting Template
Expand Down

0 comments on commit fbccbae

Please sign in to comment.