From c5e21d899e20f638f41dcbdbee250d385aba771f Mon Sep 17 00:00:00 2001 From: riteshkew Date: Wed, 13 Mar 2024 17:21:59 +0530 Subject: [PATCH] Create deploy-prod.yml --- .github/workflows/deploy-prod.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/deploy-prod.yml diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml new file mode 100644 index 0000000..a1f402c --- /dev/null +++ b/.github/workflows/deploy-prod.yml @@ -0,0 +1,14 @@ +name: Deploy Master + +on: + push: + branches: + - prod + +jobs: + curl-call: + runs-on: ubuntu-latest + steps: + - name: cURL request + run: | + curl --location --request POST https://release-ee.appsmith.com/api/v1/git/deploy/app/65efea6c03f50648ed054d7a?branchName=master --header 'Authorization: Bearer bf73a96870d018f4e1e4fc5325c50ff7f90fb0f59a7d70148c80d387e475663889ddf014e615a2dddc422d199e024f5db18841771959ec925f0622c4ef31ad0facf38c7b699dec5d3ebfb557b2997e492568ccdb98381f27976cf94c0a561f69cf7d738fffad258ca626bdc2964ca1f612220661878a371cdecb20ef04d5bb84d75b6c6ed5a0e00e7dd24f84f40af7fb4f0a7758645ead9bee0fa082bdd094e867bb145a93fd38bb72bca7a54b1af51d0860bce657a3a8bb8fca8bf0fe9ee86bdde0baef8f754a2270aa6ed02a344e9ffd9ad75945da61303d8f6af8d300cc75'