Skip to content

Commit

Permalink
disable the list-test pipeline temporarily to speed-up the debugging;…
Browse files Browse the repository at this point in the history
… reenable the git config steps
  • Loading branch information
bartoszgadomski committed Jan 15, 2025
1 parent 9a56124 commit e676c43
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- fix/build-process

jobs:
lint_and_test:
uses: ./.github/workflows/lint-and-test.yml
# lint_and_test:
# uses: ./.github/workflows/lint-and-test.yml

deploy_to_stream_dist:
needs: lint_and_test
Expand Down Expand Up @@ -90,16 +90,16 @@ jobs:
SRC_DIR: ${{ env.SRC_DIR }}
DIST_DIR: ${{ env.DIST_DIR }}

# - name: Setup SSH deploy key
# uses: shimataro/ssh-key-action@v2
# with:
# key: ${{ secrets.SSH_DEPLOY_KEY }}
# known_hosts: github.com
- name: Setup SSH deploy key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_DEPLOY_KEY }}
known_hosts: github.com

# - name: Configure Git
# run: |
# git config --global user.name "XWP Deploy Bot"
# git config --global user.email "[email protected]"
- name: Configure Git
run: |
git config --global user.name "XWP Deploy Bot"
git config --global user.email "[email protected]"
- name: Deploy to xwp/stream-dist
run: |
Expand Down

0 comments on commit e676c43

Please sign in to comment.