Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General query executor #67

Merged
merged 14 commits into from
Aug 6, 2020
Prev Previous commit
Next Next commit
now using different command
  • Loading branch information
jsmith committed May 2, 2020
commit 7c252b8e684ed36eef4567161f14c5ed2886a278
30 changes: 16 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,24 @@ on: [push]
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "web-prov-backend"
heroku_email: "[email protected]"
# build_backend:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: akhileshns/[email protected]
# with:
# heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
# heroku_app_name: "web-prov-backend"
# heroku_email: "[email protected]"
build_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jsmrcaga/action-netlify-deploy@master
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
- name: Publish
uses: netlify/actions/build@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_MESSAGE: "Prod deploy ${{ github.ref }}"
NETLIFY_DEPLOY_TO_PROD: true
NETLIFY_BASE: site
NETLIFY_CMD: npm run build-frontend
NETLIFY_DIR: _site
2 changes: 0 additions & 2 deletions netlify.toml

This file was deleted.