mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-27 07:25:48 -04:00
remove docker stuff (it doesn't play nice with webpack/gulp/etc.)
This commit is contained in:
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