Skip to content

Commit 6b83d20

Browse files
fix: ci/cd
1 parent 8ca4e89 commit 6b83d20

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@ jobs:
3535
run: |
3636
ssh server << 'EOF'
3737
cd /var/www/cms/
38-
3938
export NODE_OPTIONS="--max_old_space_size=2048"
40-
39+
git pull origin main
4140
yarn install
4241
yarn build
43-
4442
pm2 restart 1337-cms.undershows.com.br
45-
4643
chown -R www-data:www-data /var/www/cms/
4744
EOF

0 commit comments

Comments
 (0)