yalegria / devops-git-actions

0 stars 0 forks source link

Procedure for CI/CD #10

Open yuriaru opened 3 years ago

yuriaru commented 3 years ago

Procedure to Setup GitHub Actions on an existing repo:

  1. Create repo (if you don't have one).
  2. Setup Git Actions on Git repo #4
  3. Create an action to push files on git events. #11
  4. Setup secrets with server information. #12
  5. Push a change from your local copy to the repo to activate the action.
Voxelghiest commented 3 years ago

Step Two: #11 Step Three: #12

Note: See above for latest update.

yuriaru commented 3 years ago

Ongoing Procedure