Skip to content

Commit

Permalink
Update deploy_edgenet.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeljkoBenovic authored Sep 2, 2022
1 parent a7d718b commit 567292e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_edgenet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
wget https://github.com/Trapesys/aws-commander/releases/download/v0.2.0/aws-commander_0.2.0_Linux_x86_64.tar.gz
tar -xf aws-commander_0.2.0_Linux_x86_64.tar.gz
sudo mv aws-commander /usr/local/bin
- name: Checkout code
uses: actions/checkout@v3

- name: Run deployment Ansible
env:
Expand All @@ -21,4 +24,4 @@ jobs:
-instances i-039f7c0b3328a00f8,i-035b9f2d78cfb8ea9,i-00a6c7cb3a213f21f,i-03ac2f42ddcba6120
-mode ansible
-playbook .github/workflows/ansible/update_edgenet.yaml
-aws-zone us-west-2
-aws-zone us-west-2

0 comments on commit 567292e

Please sign in to comment.