diff options
| author | 2025-08-03 19:35:52 +0700 | |
|---|---|---|
| committer | 2025-08-03 19:35:52 +0700 | |
| commit | 574be457b233b8bf322a3b49014559445373d419 (patch) | |
| tree | c413b39afa67704a2c2b33e210f4504312f1307b /deploy/playbook.yml | |
| parent | 8bf2bb86f1be578dec6bc44df36b47964abf5bfb (diff) | |
| download | web-574be457b233b8bf322a3b49014559445373d419.tar.gz web-574be457b233b8bf322a3b49014559445373d419.zip | |
feat(ci): update all github actions to recent ones
refactor(ansible): make 'all' supergroup
fix(ansible): define hosts parameter in playbook
Diffstat (limited to 'deploy/playbook.yml')
| -rw-r--r-- | deploy/playbook.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/playbook.yml b/deploy/playbook.yml index 571ed2b..c126f23 100644 --- a/deploy/playbook.yml +++ b/deploy/playbook.yml @@ -1,5 +1,6 @@ --- - name: Deploy saya-today-web Docker Container + hosts: all remote_user: svc_github tasks: |