Update sorting

pull/7412/head
Kamran Ahmed 1 week ago
parent 900b618f66
commit 801556d515
  1. 2
      src/data/projects/dockerized-service-deployment.md
  2. 2
      src/data/projects/iac-digitalocean.md
  3. 2
      src/data/projects/nodejs-service-deployment.md

@ -2,7 +2,7 @@
title: 'Dockerized Service' title: 'Dockerized Service'
description: 'Use GitHub Actions to Deploy a Dockerized Node.js Service' description: 'Use GitHub Actions to Deploy a Dockerized Node.js Service'
isNew: false isNew: false
sort: 11 sort: 13
difficulty: 'intermediate' difficulty: 'intermediate'
nature: 'Docker' nature: 'Docker'
skills: skills:

@ -2,7 +2,7 @@
title: 'IaC on DigitalOcean' title: 'IaC on DigitalOcean'
description: 'Write Terraform code to create a Droplet on DigitalOcean' description: 'Write Terraform code to create a Droplet on DigitalOcean'
isNew: false isNew: false
sort: 10 sort: 11
difficulty: 'intermediate' difficulty: 'intermediate'
nature: 'Terraform' nature: 'Terraform'
skills: skills:

@ -2,7 +2,7 @@
title: 'Node.js Service Deployment' title: 'Node.js Service Deployment'
description: 'Use GitHub Actions to Deploy a Node.js Service to a remote server' description: 'Use GitHub Actions to Deploy a Node.js Service to a remote server'
isNew: false isNew: false
sort: 10 sort: 12
difficulty: 'intermediate' difficulty: 'intermediate'
nature: 'CI/CD' nature: 'CI/CD'
skills: skills:

Loading…
Cancel
Save