Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieYang57 authored Jul 31, 2023
1 parent 4d475e5 commit b045419
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
NEXT_PUBLIC_CONTENTFUL_SPACE_ID: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_SPACE_ID }}
NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN }}

- name: Deploy
run: npx surge ./out calpoly.hack4impact.org
env:
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
# - name: Deploy
# run: npx surge ./out calpoly.hack4impact.org
# env:
# SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
# SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}

0 comments on commit b045419

Please sign in to comment.