Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachdidit authored Sep 22, 2024
1 parent 8dff324 commit 0c8af03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: test # this job depends on "test" having finished
if: github.ref == 'refs/heads/main' # we tell Github to only execute this step if we're on our master branch (so we don't put unfinished branches in production)
steps:
- name: Deploying to AWS
uses: appleboy/ssh-action@master # An action made to control Linux servers
Expand Down

0 comments on commit 0c8af03

Please sign in to comment.