Skip to content

alteração no layout #16

alteração no layout

alteração no layout #16

Workflow file for this run

name: markdownEditor CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
# - name: Checkout do repositorio
# uses: actions/checkout@v1
- name: Deploy to server
uses: appleboy/[email protected]
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
password: ${{ secrets.REMOTE_PASSWORD }}
port: ${{ secrets.REMOTE_PORT }}
# key: ${{ secrets.SERVER_SSH_KEY }}
script: |
echo "running pull..."
cd domains/beige-crane-513435.hostingersite.com/
git pull
echo "done!"
echo "running deploy.sh..."
chmod +x .github/scripts/deploy.sh
./.github/scripts/deploy.sh
echo "done!"
# - name: Install dependencies
# uses: php-actions/composer@v6
# with:
# php_version: "8.3"
# version: "2.5.5"
# - name: Use Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '20'
# - run: npm install
# - run: npm run build --if-present
# - run: npm test