Skip to content

Commit

Permalink
ci: more generic deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jan 25, 2024
1 parent f374f43 commit 4b58417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ jobs:
- name: Deploy
uses: appleboy/[email protected]
with:
host: dev.appcarto.teritorio.xyz
username: devappcarto
host: ${{secrets.DEPLOY_SSH_HOST}}
username: ${{secrets.DEPLOY_SSH_USERNAME}}
key: ${{secrets.DEPLOY_SSH_KEY_DEV}}
port: 2222
script: |
echo -n 'VIDO: Deployment started at: ' &&
date -u &&
cd /var/www/clients/client3/web3/web/vido &&
cd ${{secrets.DEPLOY_SSH_PATH}} &&
git fetch &&
git checkout -f origin/develop &&
ruby poi_explode.rb cypress/fixtures/teritorio/references/pois.geojson &&
Expand Down

0 comments on commit 4b58417

Please sign in to comment.