Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:mateuszR84/osp into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszR84 committed Apr 27, 2024
2 parents 80f45af + f029cc6 commit 71ba39b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/devenv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy to stage

on:
push:
branches:
- develop
jobs:
deploy-to-stage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- run: 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- run: 'ssh mateuszr84@mateuszr84.atthost24.pl -p 6022'
- run: 'cd /home/mateuszr84/websites/dev3lop/osp'
- run: 'touch test.deploy'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/*
!themes/
!plugins/
!.github/
!README.md

# Ignore everything in the "themes" directory
Expand Down

0 comments on commit 71ba39b

Please sign in to comment.