Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Oct 22, 2023
1 parent 7059f9f commit f4907c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ jobs:

- name: Run backend e2e tests
run: docker compose run backend sh -c "yarn test:e2e"

- name: Deploy
run: |
echo "$EC2_SSH_KEY" > ssh_key
chmod 600 ssh_key
ssh -i ssh_key [email protected] "cd /home/ubuntu/pong && git pull && make prod"

0 comments on commit f4907c9

Please sign in to comment.