diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 25c8f49..babeb17 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -5,7 +5,7 @@ on: branches: [ main ] jobs: - SSH: + deploy: runs-on: ubuntu-latest steps: @@ -18,4 +18,4 @@ jobs: username: ${{ secrets.USER }} script: | cd /home/ec2-user/apps/step1 - sh deploy.sh \ No newline at end of file + sh deploy.sh