Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.05 KB

From Code to Cloud: Automated Deployments with GitHub Actions

This repository contains the slides and demos for the session "From Code to Cloud: Automated Deployments with GitHub Actions".

Variables

  • WEBSITE_URL: https://estruyf.github.io/presentation-github-actions/
  • WEBSITE_URL: https://github-actions.elio.dev

Before you start

  • Create a new repository
  • Clone this project
  • Add the initial files to your repository
  • Create two environments in your repository
    • preview
    • production
  • Add the AZURE_STATIC_WEB_APPS_API_TOKEN secret to the production environment
  • In the pages setting, set the source to GitHub Actions instead of a branch
  • Ready to start

Quick links