Skip to content

Commit

Permalink
wip: deployment rsync test
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-moskal committed Sep 14, 2024
1 parent 06218b8 commit 668bbd2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
run: |
rm -rf x/assets
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.REGIS_DIRECTOR_DEPLOYER_SSH_PRIVATE_KEY }}

- name: deploy the director
run: |
rsync -vhamz --delete --exclude ".git" --exclude "node_modules" -e "ssh -o StrictHostKeyChecking=no" ./ [email protected]:/home/deployer/app/
- name: 🌎 download assets
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 668bbd2

Please sign in to comment.