Skip to content

Commit

Permalink
feat: Timeout deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJOSoderqvist committed Dec 18, 2024
1 parent 337af61 commit 59f53f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kotyari_deploy

on:
on:commanf
push:
branches: [ dev ]

Expand Down Expand Up @@ -41,6 +41,7 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
environment: CICD
timeout-minutes: 40
steps:
- name: Execute commands over ssh
uses: appleboy/ssh-action@master
Expand All @@ -52,4 +53,5 @@ jobs:
cd ./back_kotyari
sudo git checkout dev
sudo git pull
sudo make back-refresh
sudo make back-refresh
sudo docker system prune -f

0 comments on commit 59f53f8

Please sign in to comment.