Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Removed unnecessary workflow code
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyLongLegs committed May 9, 2023
1 parent e30fd0d commit b6aacdf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_latest_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Deploy to Ec2
uses: appleboy/ssh-action@master
with:
host: ${{secrets.EC2_HOSTNAME}}
username: ${{secrets.EC2_USER}}
key: ${{ secrets.AWS_SECRET_KEY }}
key: ${{secrets.AWS_SECRET_KEY}}
port: 22
script: ./deploy-smf-backend.sh

0 comments on commit b6aacdf

Please sign in to comment.