forked from iuliana-cergedean/pythoncode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwercker.yml
More file actions
25 lines (25 loc) · 759 Bytes
/
wercker.yml
File metadata and controls
25 lines (25 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
box: node
build:
steps:
- script:
name: install zip lib
code: |
apt-get update
apt-get --assume-yes install zip
- script:
name: zip files
code: |
mkdir target
zip -r -y target/python_fighter-0.0.1.$OPC_USERNAME.zip .
ls
- linushak/oracle-accs-deploy:
opc_user: $OPC_USERNAME
opc_password: $OPC_PASSWORD
rest_url: https://apaas.us.oraclecloud.com/paas/service/apaas/api/v1.1/apps
domain: $IDENTITY_DOMAIN
IDENTIFIER: $IDENTIFIER
application_name: $WERCKER_GIT_OWNER
application_type: python
repository: dockerhub
file: python_fighter-0.0.1.$OPC_USERNAME.zip
subscription_type: Hourly