Skip to content

Commit

Permalink
second run of deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz authored and Mateusz committed Apr 19, 2024
1 parent 9e90611 commit f029cc6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- run: 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- run: 'composer -V'
- run: 'php -v'
- run: 'whoami'
- run: 'pwd'
- run: 'ssh mateuszr84@mateuszr84.atthost24.pl -p 6022'
- run: 'composer create-project october/october /home/mateuszr84/websites/deploytest'
- run: 'cd /home/mateuszr84/websites/dev3lop/osp'
- run: 'touch test.deploy'

0 comments on commit f029cc6

Please sign in to comment.