Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
pachovit committed Aug 8, 2024
1 parent b562cba commit 825502c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
DEPLOY_SERVER: ${{ secrets.DEPLOY_SERVER }}
run: |
mkdir -p ~/echopages
ssh -o StrictHostKeyChecking=no $DEPLOY_USER@$DEPLOY_SERVER "
mkdir -p ~/echopages
"
scp -o StrictHostKeyChecking=no docker-compose.yml $DEPLOY_USER@$DEPLOY_SERVER:~/echopages/docker-compose.yml
scp -o StrictHostKeyChecking=no production.env $DEPLOY_USER@$DEPLOY_SERVER:~/echopages/production.env
- name: Deploy to server
Expand Down

0 comments on commit 825502c

Please sign in to comment.