Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
.wasser: move deployments to .aqua/deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
  • Loading branch information
kshtsk authored and Kyr Shatskyy committed Sep 22, 2021
1 parent df63ff4 commit 86a046c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .wasser/config-ubuntu.yaml
Expand Up @@ -36,11 +36,11 @@ routines:
./tools/aqua start foo --conservative
- name: dump aquarium service log
command: |
cd aquarium/tests/vagrant/deployments/foo
cd aquarium/.aqua/deployment/foo
vagrant ssh -c "sudo journalctl -u aquarium"
- name: check aquarium service is up and running
command: |
cd aquarium/tests/vagrant/deployments/foo
cd aquarium/.aqua/deployment/foo
vagrant ssh -c "sudo systemctl status aquarium"
- name: check api is accessible
command: |
Expand Down

0 comments on commit 86a046c

Please sign in to comment.