Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH ED] GitHub Actions #309

Open
RbAvci opened this issue Jun 15, 2024 · 0 comments
Open

[TECH ED] GitHub Actions #309

RbAvci opened this issue Jun 15, 2024 · 0 comments
Labels
Cloud 🏕 Priority Mandatory This work is expected 🐂 Size Medium 1-4 hours 📅 Sprint 2 🎯 Topic Delivery Shipping our work, deploying our code, delivering our product 🎯 Topic Structuring Data Describing, organising, and systematising data

Comments

@RbAvci
Copy link
Owner

RbAvci commented Jun 15, 2024

From Module-Cloud created by SallyMcGrath: CodeYourFuture/Module-Cloud#4

Link to the coursework

https://docs.github.com/en/actions

Why are we doing this?

Setup Github Actions for CYF Hotel Frontend deployments to S3

Create GitHub Actions Workflow File: In your CYF Hotel repository, create a new YAML file under the .github/workflows directory. Name it something relevant, like frontend-s3-deploy.yml.

Configure AWS Credentials: Utilize GitHub Secrets to securely store your AWS credentials. These secrets will be used in the GitHub Actions workflow to authenticate against AWS.

Write S3 Deployment Steps: In the YAML file, define the steps to install AWS CLI, configure AWS credentials, and sync your build folder to your S3 bucket.

Test the Workflow: Push a change to your repository or manually run the workflow from the GitHub Actions tab to verify that the S3 deployment works as expected.

Maximum time in hours

2

How to get help

Ask calm, curious questions with links, code samples, and no screenshots.

https://curriculum.codeyourfuture.io/guides/asking-questions/

How to submit

In this advanced module you will demo your work. You may wish to make notes for case studies to add to your portfolio.

@RbAvci RbAvci added Cloud 🎯 Topic Delivery Shipping our work, deploying our code, delivering our product 🎯 Topic Structuring Data Describing, organising, and systematising data 🏕 Priority Mandatory This work is expected 🐂 Size Medium 1-4 hours 📅 Sprint 2 labels Jun 15, 2024
@RbAvci RbAvci moved this from CLOUD to 🔖 Ready in Rabia Avci Coursework Planner Board Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cloud 🏕 Priority Mandatory This work is expected 🐂 Size Medium 1-4 hours 📅 Sprint 2 🎯 Topic Delivery Shipping our work, deploying our code, delivering our product 🎯 Topic Structuring Data Describing, organising, and systematising data
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant