Skip to content

Commit a91b882

Browse files
committed
version 1.1.1
1 parent 2c54872 commit a91b882

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (!Services.env.isProduction()) {
4242
} else {
4343
// TODO: change this when necessary
4444
corsOptions = {
45-
origin: [`https://${process.env.FRONTEND_ADDRESS_DEPLOY}`, `https://hackerapi.mchacks.ca`],
45+
origin: [`https://${process.env.FRONTEND_ADDRESS_DEPLOY}`, `https://docs.mchacks.ca`],
4646
credentials: true
4747
};
4848
}

deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
secretName: hackboard-secret
1919
containers:
2020
- name: hackboard
21-
image: gcr.io/mchacks-api/hackboard:1.0.2
21+
image: gcr.io/mchacks-api/hackboard:latest
2222
ports:
2323
# - containerPort: 443
2424
- containerPort: 8080

0 commit comments

Comments
 (0)