Skip to content

Commit

Permalink
try like dis
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent c465d5b commit e705f32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on:
push
push:
pull_request:
branches:
- master
permissions:
contents: read
pages: write
Expand All @@ -24,7 +27,7 @@ jobs:

- name: use yarn to install dependencies and deploy
shell: bash -l {0}
run: git config --global user.email "[email protected]" && git config --global user.name "justinvforvendetta" && git remote set-url origin https://justinvforvendetta:${{ secrets.JUSTINVFORVENDETTA }}@github.com/vergecurrency/vergecurrency.com.git && yarn install && yarn run deploy
run: git config --global user.email "[email protected]" && git config --global user.name $GITHUB_USER && git remote set-url origin https://$GITHUB_USER:${{ secrets.JUSTINVFORVENDETTA }}@github.com/vergecurrency/vergecurrency.com.git && yarn install && yarn run deploy

- name: Upload site
uses: actions/upload-artifact@v3
Expand Down
Binary file removed deploy_website.enc
Binary file not shown.

0 comments on commit e705f32

Please sign in to comment.