GithubHelp home page GithubHelp logo

clowdhaus / aws-github-actions Goto Github PK

View Code? Open in Web Editor NEW
114.0 114.0 5.0 3.33 MB

Deploy ๐Ÿš€ to AWS โ˜๏ธ with :octocat: GitHub Actions!

License: Apache License 2.0

TypeScript 67.98% HCL 29.60% JavaScript 2.42%
aws aws-cloudfront aws-lambda aws-s3 ci-cd github-actions serverless

aws-github-actions's People

Contributors

bryantbiggs avatar claus-cli avatar scottbrenner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aws-github-actions's Issues

Windows S3 Sync Error

Describe the bug

I'm getting the below error message when doing an s3 sync with the Windows runner os.

Run clowdhaus/aws-github-actions/packages/s3_sync@master
  with:
    local-path: dist/
    bucket-name: %%Secret%%
    path-prefix: bin/refs/heads/pipeline
  env:
    AWS_ACCESS_KEY_ID: ***
    AWS_SECRET_ACCESS_KEY: ***
    AWS_DEFAULT_REGION: us-east-1
    AWS_REGION: us-east-1
##[error]Unable to locate executable file: C:\Program. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.

To Reproduce

Create github action for s3 sync on windows runner.

- name: Upload Binaries
        if: startsWith(matrix.os, 'windows') 
        uses: clowdhaus/aws-github-actions/packages/s3_sync@master
        with:
          local-path: dist/
          bucket-name: %%Secret%%
          path-prefix: bin/${runner.os}/

Run the action and see the error.

Expected behavior

Expected behavior is sync action will complete without error.

Environment:

  • OS: Windows
  • Version: Github Runner

Error on Github action

Describe the bug

Getting ##[error]Unable to locate executable file: aws. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable. error when running action on Github shared runners

To Reproduce

Steps to reproduce the behavior:

Set up GH action

      - name: deploy
        uses: clowdhaus/aws-github-actions/packages/[email protected]
        with:
          local-path: build/
          bucket-name: ${{ env.BUCKET }}
          args: --cache-control "max-age=3600" --exclude "service-worker.js" --exclude "*manifest.json" --exclude "*.html"

Expected behavior

Bucket updated.

Environment (please complete the following information):

Github shared action runner

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.