Skip to content

Merge pull request #5943 from Countly/ar2rsawseen/next #25

Merge pull request #5943 from Countly/ar2rsawseen/next

Merge pull request #5943 from Countly/ar2rsawseen/next #25

# This is a basic workflow to help you get started with Actions
name: Deploy Journey Engine
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ next ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
deploy:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Deploy server
shell: bash
env:
SSH_PRIVATE_KEY: ${{ secrets.STABLE_JE_SSH_PRIVATE_KEY }}
run: bash ./bin/scripts/deploy-je.sh