Skip to content

Commit

Permalink
🚚 cd: correct workflow sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPetros committed Jun 21, 2024
1 parent 0557a21 commit bcc3f81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continous Delivery
name: Continuous Delivery

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
CD:
runs_on: ubuntu-latest
runs-on: ubuntu-latest

steps:
- name: Checkout app
Expand All @@ -31,4 +31,3 @@ jobs:
script: |
cd /smart-farming
docker compose up -d

0 comments on commit bcc3f81

Please sign in to comment.