From 1daa041fa8ac21fb66f0f664604b2ab597ebd427 Mon Sep 17 00:00:00 2001 From: Vuyisile Ndlovu Date: Wed, 13 Mar 2024 20:58:46 +0200 Subject: [PATCH] Clean up deployment script --- .github/workflows/deploy.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5996851..5887a8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,17 +1,8 @@ -# Ansible deployment command -# ansible-playbook -i ansible/hosts ansible/deploy.yaml - name: Deploy Application on: push: branches: - deploy - # - pull_request: - # types: - # - opened - # - reopened - # branches: - # - develop jobs: deploy: runs-on: ubuntu-latest