Skip to content

Commit

Permalink
Update back_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patr1k10 authored Dec 5, 2023
1 parent fbabc49 commit a7eeef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/back_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Back Deploy

on:
push:
branches: [ main ]
branches: [main]

jobs:
deploy:
Expand All @@ -12,6 +12,9 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3

- name: Create app directory if not exists
run: mkdir -p app

- name: Run deploy on remote
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit a7eeef6

Please sign in to comment.