CI/CD
This commit is contained in:
@@ -113,7 +113,7 @@ jobs:
|
||||
- name: Deploy
|
||||
run: |
|
||||
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} -p ${{secrets.SERVER_SSH_PORT}}<< 'EOF'
|
||||
cd application/Sensor-Hub
|
||||
cd application/SensorHub
|
||||
git pull origin production
|
||||
docker-compose -f docker-compose-prod.yaml down
|
||||
docker-compose -f docker-compose-prod.yaml up -d
|
||||
|
||||
Reference in New Issue
Block a user