Skip to content

Commit

Permalink
Merge pull request #2 from KibokoDao-Africa/Deploy
Browse files Browse the repository at this point in the history
devop
  • Loading branch information
AlexMuia31 authored Oct 28, 2023
2 parents 1c75a82 + 16ad1fb commit 0402c5f
Show file tree
Hide file tree
Showing 2 changed files with 3,819 additions and 2,978 deletions.
36 changes: 36 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: dev app

on:
push:
branches: [ main ]
paths:
- 'web/**'
- '.github/workflows/web-prod.yml'

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: NPM install
run: |
npm install
working-directory: web
- name: Build
run: |
npm run build
working-directory: web
env:
CI: ""
- name: Deploy to S3
uses: jakejarvis/s3-sync-action@master
Loading

0 comments on commit 0402c5f

Please sign in to comment.