Skip to content

remove incorrect default directory #5

remove incorrect default directory

remove incorrect default directory #5

name: rewatch application pipeline
on:
push:
branches:
- master
jobs:
run-build-test:
runs-on: ubuntu-latest
name: Build and tests application code and updates archives to s3
steps:
- name: checkout-current-branch
uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: script-execution-permissions
run: chmod +x '../.github/scripts/rewatch_build_test.sh'
- name: upload-webpack-artifacts
shell: bash
env:
AWS_ACCESS_KEY_ID: ${{secrets.PERSISTANT_STORAGE_ID}}
PROJECT_NAME: 'rewatch'
REGION_NAME: 'us-east-1'
AWS_SECRET_ACCESS_KEY: ${{secrets.PERSISTANT_STORAGE_KEY}}
run: '../.github/scripts/rewatch_build_test.sh'