Skip to content

Commit

Permalink
copy output directly
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhelton committed Jan 10, 2025
1 parent a688b85 commit 135c6e2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
run: |
mkdir -p dist
- name: Copy generated files to dist directory
run: |
cp -r .output/* dist/
- name: Login to AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -65,7 +61,7 @@ jobs:
host: ${{ secrets.EC2_HOSTNAME }}
username: ec2-user
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
local: dist/*
local: .output/*
remote: /var/www/gstream/

- name: Restart service
Expand Down

0 comments on commit 135c6e2

Please sign in to comment.