Code Monkey home page Code Monkey logo

cloudformation-deploy-action's Introduction

programer png from pngtree.com


Hi there 👋

My name is Matheus. I’m a software developer with the main goal of delivering value for people through technology.

  • 🏢  I'm currently working at Ame Digital
  • 💻  FullStack Developer

cloudformation-deploy-action's People

Contributors

define-one avatar lucasfsousa avatar mgenteluci avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

cloudformation-deploy-action's Issues

Configuring tzdata waiting for input

Something was changed on github Docker filer that now is asking for input while configuring tzdata:

Configuring tzdata
------------------

Please select the geographic area in which you live. Subsequent configuration
questions will narrow this down by presenting a list of cities, representing
the time zones in which they are located.

  1. Africa      4. Australia  7. Atlantic  10. Pacific  13. Etc
  2. America     5. Arctic     8. Europe    11. SystemV
  3. Antarctica  6. Asia       9. Indian    12. US

I've fixed this in a fork from the project adding the following code on Dockerfile:

ENV DEBIAN_FRONTEND=noninteractive

r0zar#3

I'll create a PR to fix the problem.

More information about this error can be found it here:
https://askubuntu.com/questions/909277/avoiding-user-interaction-with-tzdata-when-installing-certbot-in-a-docker-contai

Could it support 2 deployments?

I found an issue when I try to deploy two stacks in the same workflow (github action):
mkdir: cannot create directory '/github/home/.aws': File exists

-
    name: "Deploy analytics celery stack"
    uses: mgenteluci/[email protected]
    env:
      TEMPLATE: 'amazon-aws/cloudformation/prod-ecs-celery-analytics.yml'
      AWS_STACK_NAME: 'prod-ecs-celery-analytics'
      AWS_REGION: 'eu-west-1'
      AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
      AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
      AWS_DEPLOY_BUCKET: ${{secrets.AWS_CLOUDFORMATION_BUCKET}}
  -
    name: "Deploy async celery stack"
    uses: mgenteluci/[email protected]
    env:
      TEMPLATE: 'amazon-aws/cloudformation/prod-ecs-celery-async.yml'
      AWS_STACK_NAME: 'prod-ecs-celery-async'
      AWS_REGION: 'eu-west-1'
      AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
      AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
      AWS_DEPLOY_BUCKET: ${{secrets.AWS_CLOUDFORMATION_BUCKET}}

Stuck in build

Hello,

I'm trying to use this, and I have used before in another repository and worked fine. But now in the build part keep stuck in this part:

image

And keeps running.

Can you solve this ?

Thank you.

mkdir: can't create directory '/github/home/.aws': File exists

I added your action to my CI with the command:

- name: Deploy to AWS via CloudFormation
        uses: mgenteluci/[email protected]
        env:
          TEMPLATE: ${{ env.AWS_TEMPLATE_FILE_DEV }}
          AWS_STACK_NAME: ${{ env.AWS_STACK_NAME }}
          AWS_REGION: ${{ env.AWS_REGION }}
          AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
          AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
          AWS_DEPLOY_BUCKET: ${{ env.AWS_S3_BUCKET }}

I get the error when after the first execution: mkdir: can't create directory '/github/home/.aws': File exists

This is the complete error:

runner/_work/_temp/_runner_file_commands":"/github/file_commands" -v "/opt/devops/actions-runner/_work/lambda-test/lambda-test":"/github/workspace" 35b096:080abb3e763f4f4c8170952287575800
mkdir: cannot create directory '/github/home/.aws': File exists

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.