Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Oct 11, 2023
1 parent 3b14892 commit 5796886
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- master
env:
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
Expand All @@ -20,10 +23,6 @@ jobs:
pnpm install --prod
pnpm run build
- name: deploy
with:
env:
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
run: |
pnpm install -g surge
surge ./dist/ sfn.surge.sh

0 comments on commit 5796886

Please sign in to comment.