Skip to content

Commit

Permalink
chore(workspace): temp disable staging docs deploy, staging token is …
Browse files Browse the repository at this point in the history
…broken (#3037)
  • Loading branch information
JoviDeCroock authored Mar 14, 2023
1 parent 37039e4 commit ad1ada4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
if: github.ref != 'refs/heads/main'
run: pnpm run build --staging

- name: Deploy Staging Site
working-directory: ./packages/site
if: github.ref != 'refs/heads/main'
run: pnpm run deploy --staging
env:
FORMIDEPLOY_GIT_SHA: ${{ github.event.pull_request.head.sha }}
GITHUB_DEPLOYMENT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
#- name: Deploy Staging Site
# working-directory: ./packages/site
# if: github.ref != 'refs/heads/main'
# run: pnpm run deploy --staging
# env:
# FORMIDEPLOY_GIT_SHA: ${{ github.event.pull_request.head.sha }}
# GITHUB_DEPLOYMENT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
# SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}

0 comments on commit ad1ada4

Please sign in to comment.