Skip to content
Snippets Groups Projects
Commit 03772f9e authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

Update README.md

parent 64af5ef1
No related branches found
No related tags found
No related merge requests found
......@@ -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 ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment