From cf2fe480f2c1641b8f091215db8d7028c59071c3 Mon Sep 17 00:00:00 2001 From: Russell Date: Tue, 15 Oct 2019 12:01:16 -0700 Subject: [PATCH] Fancy deploy --- .github/workflows/Continuous_Delivery.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Continuous_Delivery.yml b/.github/workflows/Continuous_Delivery.yml index 60baa5e94..25b206050 100644 --- a/.github/workflows/Continuous_Delivery.yml +++ b/.github/workflows/Continuous_Delivery.yml @@ -24,7 +24,8 @@ jobs: run: export CI=true && npm run test -- --coverage env: MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }} - uses: JamesIves/github-pages-deploy-action@master + - name: Fancy Deploy + uses: JamesIves/github-pages-deploy-action@master env: # ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BASE_BRANCH: master # The branch the action should deploy from. @@ -33,7 +34,7 @@ jobs: BUILD_SCRIPT: npm install && npm run-script build # The build script the action should run prior to deploying. MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }} - - name: Deploy - run: git config --global user.email "sell_nat@yahoo.com" && git config --global user.name "RussellCI" && npm run deploy - env: - MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }} + # - name: Deploy + # run: git config --global user.email "sell_nat@yahoo.com" && git config --global user.name "RussellCI" && npm run deploy + # env: + # MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}