Skip to content

Commit

Permalink
[ci] Remove netlify staging deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
anp committed Jan 4, 2021
1 parent 9e7d253 commit 4d14a31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ jobs:
with:
name: website
path: target/website
- name: dry run website
# only run this for PRs from upstream repo itself because it needs the token
if: github.ref != 'refs/heads/main' && github.repository == 'anp/moxie'
run: npx netlify-cli deploy --auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
- name: promote website to prod, ensure crates published
if: github.ref == 'refs/heads/main'
run: |
Expand Down

0 comments on commit 4d14a31

Please sign in to comment.