diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 631f757..b1faa74 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -11,10 +11,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Test - run: docker-compose -f actions-services.yml run --rm test ./test.sh + run: docker-compose -f actions-services.yml run --rm test ./scripts/test.sh deploy: - name: Tests + name: Deploy to AWS Lambda needs: tests runs-on: ubuntu-latest env: @@ -34,7 +34,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Test - run: docker-compose -f actions-services.yml run --rm app ./deploy.sh + run: docker-compose -f actions-services.yml run --rm app ./scripts/deploy.sh build-and-publish: name: Build and Publish diff --git a/.gitignore b/.gitignore index 2892832..9adab16 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,8 @@ bootstrap dockercfg # credentials and other env files -aws.env *.aes -local.env -.env +*.env .cert/ # dev tools metadata