Skip to content

Commit

Permalink
feat(CD): custom scripts stored in ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzLMC committed Sep 20, 2023
1 parent bffdb57 commit 4a797c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ jobs:
script: |
cd /home/ubuntu/dist
git pull origin staging
yarn
yarn build
sudo pm2 restart all
./scripts/build.sh
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"react-intl": "^6.4.4",
"react-is": "16.8.0",
"react-router-dom": "5.3.4",
"styled-components": "^6.0.7"
"styled-components": "^6.0.7",
"yarn": "^1.22.19"
},
"author": {
"name": "A Strapi developer"
Expand Down

0 comments on commit 4a797c1

Please sign in to comment.