Skip to content

Commit

Permalink
build(production-workflow.yml): do not mention cloud provider
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Feb 15, 2024
1 parent 5c7df16 commit 1fc2afb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ on:

jobs:
Deploy:
name: Deploy to EC2
name: Deploy to MM Server
runs-on: ubuntu-latest

steps:
- name: Deploy
run: echo I am deploying the api to AWS

- name: Deploy in EC2
- name: Deploy to MM Server
env:
PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
HOST_NAME: ${{ secrets.HOST_NAME }}
Expand All @@ -27,4 +24,5 @@ jobs:
cd ${APP_DIR} &&
sudo systemctl stop ${SERVICE_NAME} &&
git pull &&
sudo systemctl start ${SERVICE_NAME} "
sudo systemctl start ${SERVICE_NAME} "

0 comments on commit 1fc2afb

Please sign in to comment.