diff --git a/.github/workflows/integrated.yml b/.github/workflows/integrated.yml index df05ada..9984101 100644 --- a/.github/workflows/integrated.yml +++ b/.github/workflows/integrated.yml @@ -6,13 +6,14 @@ on: - test jobs: + build: + runs-on: ubuntu-latest + deploy: - name: SSH Execute command on EC2 + name: Deploy with SCP and Docker + needs: build runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: SSH Execute command on EC2 uses: appleboy/ssh-action@master with: