diff --git a/.github/workflows/deploy_edgenet.yaml b/.github/workflows/deploy_edgenet.yaml index 998c8bca94..ebd991c770 100644 --- a/.github/workflows/deploy_edgenet.yaml +++ b/.github/workflows/deploy_edgenet.yaml @@ -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: @@ -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 \ No newline at end of file + -aws-zone us-west-2