mirror of
				https://github.com/jakejarvis/jarv.is.git
				synced 2025-11-04 10:30:11 -05:00 
			
		
		
		
	remove docker stuff (it doesn't play nice with webpack/gulp/etc.)
This commit is contained in:
		
							
								
								
									
										15
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -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 }}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								.github/workflows/post-deploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/post-deploy.yml
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user