Skip to content

Commit

Permalink
Merge pull request #160 from ConductionNL/development
Browse files Browse the repository at this point in the history
Github gatsby pages test on master
  • Loading branch information
rubenvdlinde authored Jun 28, 2021
2 parents b4ac5b0 + 2c90c5a commit 17a86db
Show file tree
Hide file tree
Showing 79 changed files with 24,157 additions and 167 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ APP_INTERNAL=false
# Github settings
##################################################
# organization/repo-name
APP_CHART=ConductionNL/Proto-component-commonground
APP_CHART=ConductionNL/proto-component-commonground
# The GIT Repository for this component (The place where the sourcecode is stored)
APP_REPRO=https://github.com/ConductionNL/Proto-component-commonground
APP_REPRO=https://github.com/ConductionNL/proto-component-commonground

##################################################
# Docker settings
Expand All @@ -89,7 +89,7 @@ CONTAINER_PROJECT_NAME=proto-component-commonground
# Notifcation settings
##################################################

NOTIFICATION_ENABLED=falsedxfd
NOTIFICATION_ENABLED=false

##################################################
# Authorization settings
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy Demo website
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
GATSBY_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v1

- uses: enriikke/gatsby-gh-pages-action@v2
with:
deploy-branch: gh-pages
# gatsby-args: --prefix-paths
access-token: ${{ secrets.ACCESS_TOKEN }}
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ api/helm/kubeconfig.yaml
.idea/

api/helm/*-kubeconfig.yaml
api/helm/kubeconfig*
api/helm/kubeconfig*

.cache/
node_modules/
public/
.DS_Store
npm-debug.log
.idea
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Proto component commonground
Loading

0 comments on commit 17a86db

Please sign in to comment.