Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Svelte 3 Up and Running

You're reading from   Svelte 3 Up and Running A fast-paced introductory guide to building high-performance web applications with SvelteJS

Arrow left icon
Product type Paperback
Published in Aug 2020
Publisher Packt
ISBN-13 9781839213625
Length 168 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Alessandro Segala Alessandro Segala
Author Profile Icon Alessandro Segala
Alessandro Segala
Arrow right icon
View More author details
Toc

Continuous Integration/Continuous Delivery

CI/CD are two very important aspects of DevOps. They consist of automatically building and running tests when a code change is committed to source control, and then automatically deploying the application (often to test environments before going into production).

We can enable full CI/CD for our Svelte application too, using a platform that runs our tests and automatically deploys to Azure Storage every time we make a code change.

We will use GitHub Actions as our CI/CD platform. This is built into the GitHub platform, and it's free for public repositories.

Putting our app's code on GitHub

We've reached this point without ever putting our app's code into any source control. Before we can run any CI/CD jobs, our app's code needs to be added to a Git repository and pushed to GitHub.

Installing Git

If you don't have Git installed already, follow these instructions, depending on your operating system...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime