Skip to content

Commit

Permalink
Build production
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink authored Oct 16, 2023
1 parent 64039c6 commit d120122
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# if: ${{ false }}
strategy:
matrix:
target: ['localdev', 'staging']
target: ['localdev', 'staging', 'production']
uses: DSAV-Dodeka/dodeka/.github/workflows/db.yml@main
with:
env: ${{ matrix.target }}
Expand All @@ -46,7 +46,7 @@ jobs:
# if: ${{ false }}
strategy:
matrix:
target: [ 'localdev', 'staging']
target: [ 'localdev', 'staging', 'production']
uses: DSAV-Dodeka/dodeka/.github/workflows/server.yml@main
with:
env: ${{ matrix.target }}
Expand All @@ -57,7 +57,7 @@ jobs:
# if: ${{ false }}
strategy:
matrix:
target: [ 'localdev', 'staging' ]
target: [ 'localdev', 'staging', 'production' ]
uses: DSAV-Dodeka/dodeka/.github/workflows/kv.yml@main
with:
env: ${{ matrix.target }}
env: ${{ matrix.target }}

0 comments on commit d120122

Please sign in to comment.