Skip to content

Commit

Permalink
Bring CI to the version before everything is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Apr 5, 2024
1 parent 5278f9e commit dd56f28
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,5 @@ jobs:

- run: npm i
- run: PUBLIC_URL=/cht-tech-radar-contributors REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run build:static
- name: Deploy
env:
EMAIL: medic-ci@github
NAME: medic-ci
run: |
git config --global user.email $EMAIL
git config --global user.name $NAME
git remote set-url origin https://$NAME:${{ secrets.DEPLOY_TO_GITHUB_PAGES }}@github.com/medic/cht-tech-radar-contributors.git
npm run deploy
- run: npm run deploy

0 comments on commit dd56f28

Please sign in to comment.