Skip to content

Commit d9cae59

Browse files
committed
Implementa branch dev para testes com site ibercultura
1 parent 179dbf4 commit d9cae59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- "master"
99
- "develop"
10+
- "dev"
1011
jobs:
1112
docker:
1213
runs-on: ubuntu-latest

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hacklab/mapasculturais:7.6-RC
1+
FROM hacklab/develop
22

33
COPY themes /var/www/src/themes
44
COPY plugins /var/www/src/plugins

0 commit comments

Comments
 (0)