Skip to content

Commit

Permalink
ci: change syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Marton committed Mar 28, 2024
1 parent 6a62897 commit 2198d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:


deploy-compose:
name: Deploy compose
runs-on: ubuntu-latest
steps:
- name: Deploy docker compose
runs-on: ubuntu-latest
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
Expand All @@ -28,7 +28,7 @@ jobs:
if [ ! -d /var/data/services/test-gallowhead]; then mkdir /var/data/services/test-gallowhead
start-container:
name: Build
name: Start container
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using ssh key
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
jobs:

deploy-nginx:

steps:
- name: Deploy Nginx
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2198d44

Please sign in to comment.