From 03772f9e4641c755c9e1bd6c5371173a10d0a72c Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Thu, 24 Nov 2022 15:22:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ace16fd..9f59217 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ deploy_prod: - # sync "public/" to the target production server via SSH # <condition> to trigger only on a given branch ``` -The "deploy_prod" stage shall run only if we're pushing to the main branch. +The `deploy_prod` job shall run only if we're pushing to the main branch. -:bulb: If you followed the [Ansible exercise](https://gitedu.hesge.ch/lsds/teaching/bachelor/cloud-and-deployment/lab-ansible), you're encouraged to integrate it into the deploy stage. Otherwise, a simple remote copy via `scp` or `rsync` suffices. +:bulb: If you followed the [Ansible exercise](https://gitedu.hesge.ch/lsds/teaching/bachelor/cloud-and-deployment/lab-ansible), you're encouraged to integrate it into the `deploy` stage. Otherwise, a simple remote copy via `scp` or `rsync` suffices. ### Task #3: test operation ### -- GitLab