Skip to content

Commit

Permalink
Merge branch 'master' of github.com:quintel/my-etm
Browse files Browse the repository at this point in the history
  • Loading branch information
louispt1 committed Dec 12, 2024
2 parents dcb7849 + cbee776 commit 4db1753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .semaphore/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ blocks:
- 'docker tag my-etm:beta quintel/my-etm:beta'
- 'docker push quintel/my-etm:beta'
- cache store
- echo $SSH_FINGERPRINT >> ~/.ssh/known_hosts
- ssh -i ~/.ssh/id_deploy "${SSH_USER}@${SSH_HOST}" -p $SSH_PORT "cd /var/www/my-etm && ./deploy.sh"
secrets:
- name: Docker Hub credentials
- name: Staging SSH settings
Expand Down

0 comments on commit 4db1753

Please sign in to comment.