Skip to content

Commit 0b882e0

Browse files
authored
Simplify CI workflow by removing git config
Removed unnecessary git configuration and deployment steps.
1 parent 38e9bd2 commit 0b882e0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci-workflow-deploy-production.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
yarn
2828
npx tsc
2929
yarn gulp deploy
30-
git config --global user.email "chga@multinet.se"
31-
git config --global user.name "Chris Gårdenberg"
32-
echo "machine github.com login itssimple password ${{ secrets.ITSSIMPLE_TOKEN }}" > ~/.netrc
33-
cd new_website && yarn install && GIT_USER=itssimple yarn run deploy
34-
cd ..
3530
- name: Deploy trunk to SVN
3631
env:
3732
WP_USERNAME: ${{ secrets.WP_USERNAME }}

0 commit comments

Comments
 (0)