Skip to content

Commit

Permalink
try like this
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 2, 2024
1 parent a071085 commit 6e27d7e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:

- name: Update apt repos
run: sudo apt-get update

- name: make git happy
shell: bash -l {0}
run: git config --global user.email "[email protected]" && git config --global user.name "justinvforvendetta" && git remote set-url origin https://x-access-token:${{ secrets.JUSTINVFORVENDETTA }}@github.com/vergecurrency/vergecurrency.com.git

- name: Set the correct Node version using nvm
shell: bash -l {0}
Expand All @@ -27,5 +23,7 @@ jobs:
run: nvm use && yarn install

- name: Yarn deploy
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
shell: bash -l {0}
run: nvm use && yarn run deploy
run: git config --global user.email "[email protected]" && git config --global user.name "justinvforvendetta" && git remote set-url origin https://x-access-token:${{ secrets.JUSTINVFORVENDETTA }}@github.com/vergecurrency/vergecurrency.com.git && nvm use && yarn run deploy

0 comments on commit 6e27d7e

Please sign in to comment.