Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symlinking on deploys & Rollback functionality #8

Merged
merged 12 commits into from
Apr 17, 2021
Prev Previous commit
Next Next commit
Fixed link target by disabling follow
  • Loading branch information
AdamHebby committed Mar 1, 2021
commit 71e5b69e983b29d21207a483d29b797a2b250e9e
6 changes: 5 additions & 1 deletion ansible/roles/glimesh-web/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,14 @@
- name: Get currently deployed hash
stat:
path: /opt/glimesh.tv
follow: yes
follow: no
get_checksum: no
register: current_deploy

- name: Debug
debug:
var: current_deploy

- name: Same version deployed?
pause:
prompt: |
Expand Down