Skip to content

Commit

Permalink
starter side will deploy as pp: https://github.com/thape-cn/pp
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Oct 11, 2023
1 parent 765a78b commit d26dcee
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ before_script:

stages:
- test
- deploy

test:
stage: test
Expand All @@ -33,21 +32,3 @@ test:
- bundle exec standardrb
- bin/rails test
- bin/rails test:system

deploy_staging:
cache:
- key:
files:
- Gemfile.lock
paths:
- vendor/ruby
stage: deploy
script:
- bundle install -j $(nproc)
- mkdir ~/.ssh
- mv "$SSH_ID_RSA" ~/.ssh/id_rsa
- mv "$SSH_CONFIG_FILE" ~/.ssh/config
- bundle exec cap staging deploy
environment:
name: staging
url: https://starter.redwoodjs.cn

0 comments on commit d26dcee

Please sign in to comment.