1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

remove docker stuff (it doesn't play nice with webpack/gulp/etc.)

This commit is contained in:
2021-06-27 10:17:58 -04:00
parent f5f64eb87e
commit fde728bf22
8 changed files with 22 additions and 50 deletions

View File

@@ -17,10 +17,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run linters
run: yarn lint
- run: yarn install --frozen-lockfile
- run: yarn lint
snapshot:
runs-on: ubuntu-latest
@@ -32,11 +30,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build site
run: yarn build
- name: Percy snapshots
uses: percy/snapshot-action@v0.1.2
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: percy/snapshot-action@v0.1.2
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

View File

@@ -15,6 +15,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: getsentry/action-release@v1
if: github.event.deployment_status.environment == 'production'
env:
@@ -23,9 +26,6 @@ jobs:
SENTRY_PROJECT: jarvis
with:
environment: ${{ github.event.deployment_status.environment }}
- uses: actions/setup-node@v2
with:
node-version: 12.x
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable