Skip to content

Commit

Permalink
init circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
monkenWu committed Jan 27, 2020
1 parent b9b26f5 commit 9fcb5b7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 185 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
jobs:
# branches:
# only:
# - feature/circleCI
build:
docker:
# Specify the version you desire here
- image: circleci/php:7.2-apache-stretch-node-browsers
steps:
- checkout
# - ls
# - pwd
# - scp script/start.sh
# - scp sourceCode
# - ssh SERVER_IP 'sh start.sh'
- run: echo "test and ok"
# - run: echo $SERVER_IP
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions composer.json

This file was deleted.

158 changes: 0 additions & 158 deletions src/TablesIgniter.php

This file was deleted.

0 comments on commit 9fcb5b7

Please sign in to comment.