Skip to content

Commit

Permalink
Merge pull request #25 from ADPRO-C11/subbox-management
Browse files Browse the repository at this point in the history
implement monitoring....
  • Loading branch information
pesolosep authored May 25, 2024
2 parents 694b176 + 1d63f9d commit 2a514b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:

- name: Deploy to GCP
run: |
scp -o StrictHostKeyChecking=no -i ssh-key.pem -r ./.env ./docker-compose.yml ./monitoring ${{ secrets.GCP_USERNAME }}@${{ secrets.GCP_STATIC_IP }}:~/
ssh -o StrictHostKeyChecking=no -i ssh-key.pem ${{ secrets.GCP_USERNAME }}@${{ secrets.GCP_STATIC_IP }} "
sudo docker container rm -f ${{ secrets.CONTAINER_NAME }} || true &&
sudo docker image rm -f ${{ secrets.REGISTRY_USER }}/${{ secrets.IMAGE_NAME }}:${{ secrets.IMAGE_TAG }} || true &&
Expand Down
File renamed without changes.

0 comments on commit 2a514b4

Please sign in to comment.