Skip to content

Commit

Permalink
uncomment deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieYang57 committed Aug 1, 2023
1 parent e56d6d6 commit 24b4445
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 24b4445

Please sign in to comment.