Skip to content

Commit

Permalink
update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sssurii committed Dec 17, 2023
1 parent 67ede9a commit 0d81cb8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,5 @@ jobs:
- uses: actions/checkout@v2

- name: Start Sync
env:
DEST_DIR: 'www/mcd-repo/laravel-ics'
DEPLOY_KEY: ${{ secrets.SECRET_KEY }}
run: |
echo "${{secrets.SECRET_KEY}}" > deploy_key
chmod 600 deploy_key
ssh -tt -vvv -i deploy_key u668-zznpt3duudzt@mycardirect.co.uk -p 18765 -o StrictHostKeyChecking=no
cd www/mcd-repo/
echo "All Good! :)"

0 comments on commit 0d81cb8

Please sign in to comment.